final case class ValidatingWebhook(timeoutSeconds: Option[Int] = None, name: String, matchPolicy: Option[String] = None, namespaceSelector: Option[LabelSelector] = None, sideEffects: String, clientConfig: WebhookClientConfig, failurePolicy: Option[String] = None, rules: Option[Seq[RuleWithOperations]] = None, admissionReviewVersions: Seq[String], objectSelector: Option[LabelSelector] = None) extends Product with Serializable
ValidatingWebhook describes an admission webhook and the resources and operations it applies to.
- Source
- ValidatingWebhook.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValidatingWebhook
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ValidatingWebhook(timeoutSeconds: Option[Int] = None, name: String, matchPolicy: Option[String] = None, namespaceSelector: Option[LabelSelector] = None, sideEffects: String, clientConfig: WebhookClientConfig, failurePolicy: Option[String] = None, rules: Option[Seq[RuleWithOperations]] = None, admissionReviewVersions: Seq[String], objectSelector: Option[LabelSelector] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAdmissionReviewVersions(newValues: String*): ValidatingWebhook
- def addRules(newValues: RuleWithOperations*): ValidatingWebhook
- val admissionReviewVersions: Seq[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clientConfig: WebhookClientConfig
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val failurePolicy: Option[String]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val matchPolicy: Option[String]
- val name: String
- val namespaceSelector: Option[LabelSelector]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val objectSelector: Option[LabelSelector]
- val rules: Option[Seq[RuleWithOperations]]
- val sideEffects: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeoutSeconds: Option[Int]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withAdmissionReviewVersions(value: Seq[String]): ValidatingWebhook
- def withClientConfig(value: WebhookClientConfig): ValidatingWebhook
- def withFailurePolicy(value: String): ValidatingWebhook
- def withMatchPolicy(value: String): ValidatingWebhook
- def withName(value: String): ValidatingWebhook
- def withNamespaceSelector(value: LabelSelector): ValidatingWebhook
- def withObjectSelector(value: LabelSelector): ValidatingWebhook
- def withRules(value: Seq[RuleWithOperations]): ValidatingWebhook
- def withSideEffects(value: String): ValidatingWebhook
- def withTimeoutSeconds(value: Int): ValidatingWebhook