ClusterResourceAPI
dev.hnaderi.k8s.client.APIGroupAPI.ClusterResourceAPI
abstract class ClusterResourceAPI[RES, COL](resourceName: String)(implicit evidence$1: Decoder[RES], evidence$2: Encoder[RES], evidence$3: Decoder[COL]) extends ResourceAPIBase[RES, COL]
Attributes
- Source
- NamespacedAPI.scala
- Graph
-
- Supertypes
- Known subtypes
-
object CustomResourceAPIobject NodeAPI
Members list
Type members
Classlikes
Attributes
- Source
- NamespacedAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass CreateRequest[RES]trait HttpRequest[RES]trait Requestclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- NamespacedAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass DeleteRequest[RES]trait HttpRequest[RES]trait Requestclass Objecttrait Matchableclass AnyShow all
case class DeleteCollection(options: Option[DeleteOptions], continue: Option[String], dryRun: Option[String], fieldSelector: List[String], gracePeriodSeconds: Option[Int], labelSelector: List[String], limit: Option[Int], propagationPolicy: Option[String], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeoutSeconds: Option[Int]) extends DeleteCollectionRequest[RES]
Attributes
- Source
- NamespacedAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass DeleteCollectionRequest[RES]trait HttpRequest[RES]trait Requestclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- NamespacedAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpRequest[RES]trait Requestclass Objecttrait Matchableclass AnyShow all
case class Get(name: String) extends GetRequest[RES]
Attributes
- Source
- NamespacedAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass GetRequest[RES]trait HttpRequest[RES]trait Requestclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- NamespacedAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass ReplaceRequest[RES]trait HttpRequest[RES]trait Requestclass Objecttrait Matchableclass AnyShow all
case class ServerSideApply(name: String, body: RES, fieldManager: String, dryRun: Option[String], fieldValidation: Option[String], force: Option[Boolean]) extends PartialUpdateRequest[RES, RES]
Attributes
- Source
- NamespacedAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpRequest[RES]trait Requestclass Objecttrait Matchableclass AnyShow all
Inherited classlikes
trait ClusterwideAPIBuilders
Attributes
- Inherited from:
- ResourceAPIBase
- Source
- NamespacedAPI.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ClusterDaemonSetAPIobject ClusterDeploymentAPIobject ClusterReplicaSetAPIobject ClusterStatefulSetAPIobject ClusterCronJobAPIobject ClusterJobAPIobject ClusterConfigMapAPIobject ClusterEventAPIobject ClusterLimitRangeAPIobject ClusterPodAPIobject ClusterResourceQuotaAPIobject ClusterSecretAPIobject ClusterServiceAPIobject ClusterServiceAccountAPIobject ClusterIngressAPIobject ClusterNetworkPolicyAPIShow all
Attributes
- Inherited from:
- ResourceAPIBase
- Source
- NamespacedAPI.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpRequest[COL]trait Requestclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Attributes
- Source
- NamespacedAPI.scala
Attributes
- Source
- NamespacedAPI.scala
def deleteAll(options: Option[DeleteOptions], continue: Option[String], dryRun: Option[String], fieldSelector: List[String], gracePeriodSeconds: Option[Int], labelSelector: List[String], limit: Option[Int], propagationPolicy: Option[String], resourceVersion: Option[String], resourceVersionMatch: Option[String], timeoutSeconds: Option[Int]): DeleteCollection
Attributes
- Source
- NamespacedAPI.scala
Attributes
- Source
- NamespacedAPI.scala
Attributes
- Source
- NamespacedAPI.scala
Attributes
- Source
- NamespacedAPI.scala
Attributes
- Source
- NamespacedAPI.scala
Attributes
- Source
- NamespacedAPI.scala
def patchRaw(name: String, dryRun: Option[String], fieldValidation: Option[String], fieldManager: Option[String], force: Option[Boolean])(body: JsonPatchRaw => JsonPatchRaw): GenericPatch[JsonPatchRaw]
Attributes
- Source
- NamespacedAPI.scala
Attributes
- Source
- NamespacedAPI.scala
def serverSideApply(name: String, body: RES, fieldManager: String, dryRun: Option[String], fieldValidation: Option[String], force: Option[Boolean]): ServerSideApply
Attributes
- Source
- NamespacedAPI.scala
Attributes
- Source
- NamespacedAPI.scala
Inherited fields
Attributes
- Inherited from:
- ResourceAPIBase
- Source
- NamespacedAPI.scala
In this article