dev.hnaderi.k8s.client.apis.appsv1.ReplicaSetAPI
See theReplicaSetAPI companion object
final case class ReplicaSetAPI(namespace: String) extends NamespacedAPIBuilders
Attributes
- Companion
- object
- Source
- ReplicaSetAPI.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NamespacedAPIBuilderstrait NamespacedAPIclass Objecttrait Matchableclass AnyShow all
Members list
Inherited
- Not inherited
- NamespacedAPIBuilders
- Product
Value members
Inherited methods
def create(configmap: ReplicaSet, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]): Create
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
Attributes
- Inherited from:
- NamespacedAPIBuilders
- 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
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
def jsonPatch[P <: Pointer[ReplicaSet]](name: String, dryRun: Option[String], fieldValidation: Option[String], fieldManager: Option[String], force: Option[Boolean])(body: JsonPatch[ReplicaSet, P]): GenericPatch[JsonPatch[RES, P]]
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
def patch(name: String, body: ReplicaSet, patch: PatchType, dryRun: Option[String], fieldValidation: Option[String], fieldManager: Option[String], force: Option[Boolean]): GenericPatch[RES]
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
Attributes
- Inherited from:
- NamespacedAPIBuilders
- 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
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
def replace(name: String, configmap: ReplicaSet, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]): Replace
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
def serverSideApply(name: String, body: ReplicaSet, fieldManager: String, dryRun: Option[String], fieldValidation: Option[String], force: Option[Boolean]): ServerSideApply
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
Inherited fields
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
In this article