dev.hnaderi.k8s.client.apis.appsv1.DaemonSetAPI
See theDaemonSetAPI companion object
final case class DaemonSetAPI(namespace: String) extends NamespacedAPIBuilders
Attributes
- Companion
- object
- Source
- DaemonSetAPI.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NamespacedAPIBuilderstrait NamespacedAPIclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
def create(configmap: DaemonSet, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]): APIGroupAPI.this.NamespacedResourceAPI.this.Create
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
def delete(name: String, options: Option[DeleteOptions], dryRun: Option[String], gracePeriodSeconds: Option[Int], propagationPolicy: Option[String]): APIGroupAPI.this.NamespacedResourceAPI.this.Delete
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]): APIGroupAPI.this.NamespacedResourceAPI.this.DeleteCollection
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
def jsonPatch[P <: Pointer[DaemonSet]](name: String, dryRun: Option[String], fieldValidation: Option[String], fieldManager: Option[String], force: Option[Boolean])(body: JsonPatch[DaemonSet, P]): APIGroupAPI.this.NamespacedResourceAPI.this.GenericPatch[JsonPatch[APIGroupAPI.this.NamespacedResourceAPI.this.RES, P]]
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
def patch(name: String, body: DaemonSet, patch: PatchType, dryRun: Option[String], fieldValidation: Option[String], fieldManager: Option[String], force: Option[Boolean]): APIGroupAPI.this.NamespacedResourceAPI.this.GenericPatch[APIGroupAPI.this.NamespacedResourceAPI.this.RES]
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
def patchGeneric[T : Encoder](name: String, body: T, patch: PatchType, dryRun: Option[String], fieldValidation: Option[String], fieldManager: Option[String], force: Option[Boolean]): APIGroupAPI.this.NamespacedResourceAPI.this.GenericPatch[T]
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): APIGroupAPI.this.NamespacedResourceAPI.this.GenericPatch[JsonPatchRaw]
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
def replace(name: String, configmap: DaemonSet, dryRun: Option[String], fieldManager: Option[String], fieldValidation: Option[String]): APIGroupAPI.this.NamespacedResourceAPI.this.Replace
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
def serverSideApply(name: String, body: DaemonSet, fieldManager: String, dryRun: Option[String], fieldValidation: Option[String], force: Option[Boolean]): APIGroupAPI.this.NamespacedResourceAPI.this.ServerSideApply
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
Inherited fields
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
In this article