dev.hnaderi.k8s.client.apis.networkingv1.IngressAPI
See theIngressAPI companion object
final case class IngressAPI(namespace: String) extends NamespacedAPIBuilders
Attributes
- Companion
- object
- Source
- IngressAPI.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NamespacedAPIBuilderstrait NamespacedAPIclass Objecttrait Matchableclass AnyShow all
Members list
Inherited
- Not inherited
- NamespacedAPIBuilders
- Product
Value members
Inherited methods
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
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
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
Attributes
- Inherited from:
- NamespacedAPIBuilders
- Source
- NamespacedAPI.scala
def serverSideApply(name: String, body: Ingress, 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