NamespacedResourceAPI

dev.hnaderi.k8s.client.APIGroupAPI.NamespacedResourceAPI

Attributes

Source
NamespacedAPI.scala
Graph
Supertypes
class ResourceAPIBase[RES, COL]
class Object
trait Matchable
class Any
Known subtypes
object DaemonSetAPI.type
object DeploymentAPI.type
object ReplicaSetAPI.type
object StatefulSetAPI.type
object CronJobAPI.type
object JobAPI.type
object ConfigMapAPI.type
object EventAPI.type
object LimitRangeAPI.type
object PodAPI.type
object ResourceQuotaAPI.type
object SecretAPI.type
object ServiceAPI.type
object ServiceAccountAPI.type
object IngressAPI.type
object NetworkPolicyAPI.type
Show all

Members list

Type members

Classlikes

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class CreateRequest[RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class DeleteRequest[RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class PartialUpdateRequest[BODY, RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all
case class Get(namespace: String, name: String) extends GetRequest[RES]

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class GetRequest[RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all
case class ListInNamespace(namespace: String) extends ListingRequest[RES, COL]

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class ListingRequest[RES, COL]
trait WatchRequest[WatchEvent[RES]]
trait HttpRequest[COL]
trait Request
class Object
trait Matchable
class Any
Show all

Attributes

Source
NamespacedAPI.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class ReplaceRequest[RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all

Attributes

Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class PartialUpdateRequest[RES, RES]
trait HttpRequest[RES]
trait Request
class Object
trait Matchable
class Any
Show all

Inherited classlikes

Attributes

Inherited from:
ResourceAPIBase
Source
NamespacedAPI.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ClusterDaemonSetAPI.type
object ClusterDeploymentAPI.type
object ClusterReplicaSetAPI.type
object ClusterStatefulSetAPI.type
object ClusterCronJobAPI.type
object ClusterJobAPI.type
object ClusterConfigMapAPI.type
object ClusterEventAPI.type
object ClusterLimitRangeAPI.type
object ClusterPodAPI.type
object ClusterSecretAPI.type
object ClusterServiceAPI.type
object ClusterIngressAPI.type
Show all

Attributes

Inherited from:
ResourceAPIBase
Source
NamespacedAPI.scala
Supertypes
trait Serializable
trait Product
trait Equals
class ListingRequest[RES, COL]
trait WatchRequest[WatchEvent[RES]]
trait HttpRequest[COL]
trait Request
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

protected def baseUrlIn(namespace: String): String

Attributes

Source
NamespacedAPI.scala
protected def urlFor(namespace: String, name: String): String

Attributes

Source
NamespacedAPI.scala

Inherited fields

protected val clusterwideUrl: String

Attributes

Inherited from:
ResourceAPIBase
Source
NamespacedAPI.scala