final case class MutatingWebhook(timeoutSeconds: Option[Int] = None, name: String, matchPolicy: Option[String] = None, namespaceSelector: Option[LabelSelector] = None, sideEffects: String, clientConfig: WebhookClientConfig, failurePolicy: Option[String] = None, reinvocationPolicy: Option[String] = None, rules: Option[Seq[RuleWithOperations]] = None, admissionReviewVersions: Seq[String], objectSelector: Option[LabelSelector] = None) extends Product with Serializable

MutatingWebhook describes an admission webhook and the resources and operations it applies to.

Source
MutatingWebhook.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutatingWebhook
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MutatingWebhook(timeoutSeconds: Option[Int] = None, name: String, matchPolicy: Option[String] = None, namespaceSelector: Option[LabelSelector] = None, sideEffects: String, clientConfig: WebhookClientConfig, failurePolicy: Option[String] = None, reinvocationPolicy: Option[String] = None, rules: Option[Seq[RuleWithOperations]] = None, admissionReviewVersions: Seq[String], objectSelector: Option[LabelSelector] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAdmissionReviewVersions(newValues: String*): MutatingWebhook
  5. def addRules(newValues: RuleWithOperations*): MutatingWebhook
  6. val admissionReviewVersions: Seq[String]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val clientConfig: WebhookClientConfig
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val failurePolicy: Option[String]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val matchPolicy: Option[String]
  16. val name: String
  17. val namespaceSelector: Option[LabelSelector]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val objectSelector: Option[LabelSelector]
  22. val reinvocationPolicy: Option[String]
  23. val rules: Option[Seq[RuleWithOperations]]
  24. val sideEffects: String
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val timeoutSeconds: Option[Int]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. def withAdmissionReviewVersions(value: Seq[String]): MutatingWebhook
  31. def withClientConfig(value: WebhookClientConfig): MutatingWebhook
  32. def withFailurePolicy(value: String): MutatingWebhook
  33. def withMatchPolicy(value: String): MutatingWebhook
  34. def withName(value: String): MutatingWebhook
  35. def withNamespaceSelector(value: LabelSelector): MutatingWebhook
  36. def withObjectSelector(value: LabelSelector): MutatingWebhook
  37. def withReinvocationPolicy(value: String): MutatingWebhook
  38. def withRules(value: Seq[RuleWithOperations]): MutatingWebhook
  39. def withSideEffects(value: String): MutatingWebhook
  40. def withTimeoutSeconds(value: Int): MutatingWebhook

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped