Package io.kubernetes.client.proto
Class V1Admissionregistration.ValidatingWebhook.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
io.kubernetes.client.proto.V1Admissionregistration.ValidatingWebhook.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,V1Admissionregistration.ValidatingWebhookOrBuilder,Cloneable
- Enclosing class:
- V1Admissionregistration.ValidatingWebhook
public static final class V1Admissionregistration.ValidatingWebhook.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
implements V1Admissionregistration.ValidatingWebhookOrBuilder
ValidatingWebhook describes an admission webhook and the resources and operations it applies to.Protobuf type
k8s.io.api.admissionregistration.v1.ValidatingWebhook-
Method Summary
Modifier and TypeMethodDescriptionaddAdmissionReviewVersions(String value) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.addAdmissionReviewVersionsBytes(com.google.protobuf.ByteString value) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.addAllAdmissionReviewVersions(Iterable<String> values) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.addAllRules(Iterable<? extends V1Admissionregistration.RuleWithOperations> values) Rules describes what operations on what resources/subresources the webhook cares about.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addRules(int index, V1Admissionregistration.RuleWithOperations value) Rules describes what operations on what resources/subresources the webhook cares about.addRules(int index, V1Admissionregistration.RuleWithOperations.Builder builderForValue) Rules describes what operations on what resources/subresources the webhook cares about.Rules describes what operations on what resources/subresources the webhook cares about.addRules(V1Admissionregistration.RuleWithOperations.Builder builderForValue) Rules describes what operations on what resources/subresources the webhook cares about.Rules describes what operations on what resources/subresources the webhook cares about.addRulesBuilder(int index) Rules describes what operations on what resources/subresources the webhook cares about.build()clear()AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.ClientConfig defines how to communicate with the hook.FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) matchPolicy defines how the "rules" list is used to match incoming requests.The name of the admission webhook.NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.ObjectSelector decides whether to run the webhook based on if the object has matching labels.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Rules describes what operations on what resources/subresources the webhook cares about.SideEffects states whether this webhook has side effects.TimeoutSeconds specifies the timeout for this webhook.clone()getAdmissionReviewVersions(int index) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.com.google.protobuf.ByteStringgetAdmissionReviewVersionsBytes(int index) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.intAdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.com.google.protobuf.ProtocolStringListAdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.ClientConfig defines how to communicate with the hook.ClientConfig defines how to communicate with the hook.ClientConfig defines how to communicate with the hook.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorFailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail.com.google.protobuf.ByteStringFailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail.matchPolicy defines how the "rules" list is used to match incoming requests.com.google.protobuf.ByteStringmatchPolicy defines how the "rules" list is used to match incoming requests.getName()The name of the admission webhook.com.google.protobuf.ByteStringThe name of the admission webhook.NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.ObjectSelector decides whether to run the webhook based on if the object has matching labels.ObjectSelector decides whether to run the webhook based on if the object has matching labels.ObjectSelector decides whether to run the webhook based on if the object has matching labels.getRules(int index) Rules describes what operations on what resources/subresources the webhook cares about.getRulesBuilder(int index) Rules describes what operations on what resources/subresources the webhook cares about.Rules describes what operations on what resources/subresources the webhook cares about.intRules describes what operations on what resources/subresources the webhook cares about.Rules describes what operations on what resources/subresources the webhook cares about.getRulesOrBuilder(int index) Rules describes what operations on what resources/subresources the webhook cares about.Rules describes what operations on what resources/subresources the webhook cares about.SideEffects states whether this webhook has side effects.com.google.protobuf.ByteStringSideEffects states whether this webhook has side effects.intTimeoutSeconds specifies the timeout for this webhook.booleanClientConfig defines how to communicate with the hook.booleanFailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail.booleanmatchPolicy defines how the "rules" list is used to match incoming requests.booleanhasName()The name of the admission webhook.booleanNamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.booleanObjectSelector decides whether to run the webhook based on if the object has matching labels.booleanSideEffects states whether this webhook has side effects.booleanTimeoutSeconds specifies the timeout for this webhook.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanClientConfig defines how to communicate with the hook.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.ObjectSelector decides whether to run the webhook based on if the object has matching labels.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeRules(int index) Rules describes what operations on what resources/subresources the webhook cares about.setAdmissionReviewVersions(int index, String value) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects.ClientConfig defines how to communicate with the hook.setClientConfig(V1Admissionregistration.WebhookClientConfig.Builder builderForValue) ClientConfig defines how to communicate with the hook.setFailurePolicy(String value) FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail.setFailurePolicyBytes(com.google.protobuf.ByteString value) FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail.setMatchPolicy(String value) matchPolicy defines how the "rules" list is used to match incoming requests.setMatchPolicyBytes(com.google.protobuf.ByteString value) matchPolicy defines how the "rules" list is used to match incoming requests.The name of the admission webhook.setNameBytes(com.google.protobuf.ByteString value) The name of the admission webhook.NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.setNamespaceSelector(Meta.LabelSelector.Builder builderForValue) NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector.ObjectSelector decides whether to run the webhook based on if the object has matching labels.setObjectSelector(Meta.LabelSelector.Builder builderForValue) ObjectSelector decides whether to run the webhook based on if the object has matching labels.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRules(int index, V1Admissionregistration.RuleWithOperations value) Rules describes what operations on what resources/subresources the webhook cares about.setRules(int index, V1Admissionregistration.RuleWithOperations.Builder builderForValue) Rules describes what operations on what resources/subresources the webhook cares about.setSideEffects(String value) SideEffects states whether this webhook has side effects.setSideEffectsBytes(com.google.protobuf.ByteString value) SideEffects states whether this webhook has side effects.setTimeoutSeconds(int value) TimeoutSeconds specifies the timeout for this webhook.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
setField
public V1Admissionregistration.ValidatingWebhook.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
clearField
public V1Admissionregistration.ValidatingWebhook.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
clearOneof
public V1Admissionregistration.ValidatingWebhook.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
setRepeatedField
public V1Admissionregistration.ValidatingWebhook.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
addRepeatedField
public V1Admissionregistration.ValidatingWebhook.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
mergeFrom
public V1Admissionregistration.ValidatingWebhook.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
mergeFrom
public V1Admissionregistration.ValidatingWebhook.Builder mergeFrom(V1Admissionregistration.ValidatingWebhook other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
mergeFrom
public V1Admissionregistration.ValidatingWebhook.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<V1Admissionregistration.ValidatingWebhook.Builder>- Throws:
IOException
-
hasName
public boolean hasName()The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
optional string name = 1;- Specified by:
hasNamein interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getName
The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
optional string name = 1;- Specified by:
getNamein interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
optional string name = 1;- Specified by:
getNameBytesin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setName
The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
optional string name = 1; -
clearName
The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
optional string name = 1; -
setNameBytes
public V1Admissionregistration.ValidatingWebhook.Builder setNameBytes(com.google.protobuf.ByteString value) The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
optional string name = 1; -
hasClientConfig
public boolean hasClientConfig()ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1.WebhookClientConfig clientConfig = 2;- Specified by:
hasClientConfigin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getClientConfig
ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1.WebhookClientConfig clientConfig = 2;- Specified by:
getClientConfigin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setClientConfig
public V1Admissionregistration.ValidatingWebhook.Builder setClientConfig(V1Admissionregistration.WebhookClientConfig value) ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1.WebhookClientConfig clientConfig = 2; -
setClientConfig
public V1Admissionregistration.ValidatingWebhook.Builder setClientConfig(V1Admissionregistration.WebhookClientConfig.Builder builderForValue) ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1.WebhookClientConfig clientConfig = 2; -
mergeClientConfig
public V1Admissionregistration.ValidatingWebhook.Builder mergeClientConfig(V1Admissionregistration.WebhookClientConfig value) ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1.WebhookClientConfig clientConfig = 2; -
clearClientConfig
ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1.WebhookClientConfig clientConfig = 2; -
getClientConfigBuilder
ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1.WebhookClientConfig clientConfig = 2; -
getClientConfigOrBuilder
ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1.WebhookClientConfig clientConfig = 2;- Specified by:
getClientConfigOrBuilderin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getRulesList
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3;- Specified by:
getRulesListin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getRulesCount
public int getRulesCount()Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3;- Specified by:
getRulesCountin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getRules
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3;- Specified by:
getRulesin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setRules
public V1Admissionregistration.ValidatingWebhook.Builder setRules(int index, V1Admissionregistration.RuleWithOperations value) Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
setRules
public V1Admissionregistration.ValidatingWebhook.Builder setRules(int index, V1Admissionregistration.RuleWithOperations.Builder builderForValue) Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
addRules
public V1Admissionregistration.ValidatingWebhook.Builder addRules(V1Admissionregistration.RuleWithOperations value) Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
addRules
public V1Admissionregistration.ValidatingWebhook.Builder addRules(int index, V1Admissionregistration.RuleWithOperations value) Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
addRules
public V1Admissionregistration.ValidatingWebhook.Builder addRules(V1Admissionregistration.RuleWithOperations.Builder builderForValue) Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
addRules
public V1Admissionregistration.ValidatingWebhook.Builder addRules(int index, V1Admissionregistration.RuleWithOperations.Builder builderForValue) Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
addAllRules
public V1Admissionregistration.ValidatingWebhook.Builder addAllRules(Iterable<? extends V1Admissionregistration.RuleWithOperations> values) Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
clearRules
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
removeRules
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
getRulesBuilder
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
getRulesOrBuilder
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3;- Specified by:
getRulesOrBuilderin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getRulesOrBuilderList
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3;- Specified by:
getRulesOrBuilderListin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
addRulesBuilder
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
addRulesBuilder
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
getRulesBuilderList
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.
repeated .k8s.io.api.admissionregistration.v1.RuleWithOperations rules = 3; -
hasFailurePolicy
public boolean hasFailurePolicy()FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. +optional
optional string failurePolicy = 4;- Specified by:
hasFailurePolicyin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getFailurePolicy
FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. +optional
optional string failurePolicy = 4;- Specified by:
getFailurePolicyin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getFailurePolicyBytes
public com.google.protobuf.ByteString getFailurePolicyBytes()FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. +optional
optional string failurePolicy = 4;- Specified by:
getFailurePolicyBytesin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setFailurePolicy
FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. +optional
optional string failurePolicy = 4; -
clearFailurePolicy
FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. +optional
optional string failurePolicy = 4; -
setFailurePolicyBytes
public V1Admissionregistration.ValidatingWebhook.Builder setFailurePolicyBytes(com.google.protobuf.ByteString value) FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. +optional
optional string failurePolicy = 4; -
hasMatchPolicy
public boolean hasMatchPolicy()matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Equivalent" +optional
optional string matchPolicy = 9;- Specified by:
hasMatchPolicyin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getMatchPolicy
matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Equivalent" +optional
optional string matchPolicy = 9;- Specified by:
getMatchPolicyin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getMatchPolicyBytes
public com.google.protobuf.ByteString getMatchPolicyBytes()matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Equivalent" +optional
optional string matchPolicy = 9;- Specified by:
getMatchPolicyBytesin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setMatchPolicy
matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Equivalent" +optional
optional string matchPolicy = 9; -
clearMatchPolicy
matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Equivalent" +optional
optional string matchPolicy = 9; -
setMatchPolicyBytes
public V1Admissionregistration.ValidatingWebhook.Builder setMatchPolicyBytes(com.google.protobuf.ByteString value) matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Equivalent" +optional
optional string matchPolicy = 9; -
hasNamespaceSelector
public boolean hasNamespaceSelector()NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. Default to the empty LabelSelector, which matches everything. +optionaloptional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 5;- Specified by:
hasNamespaceSelectorin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getNamespaceSelector
NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. Default to the empty LabelSelector, which matches everything. +optionaloptional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 5;- Specified by:
getNamespaceSelectorin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setNamespaceSelector
public V1Admissionregistration.ValidatingWebhook.Builder setNamespaceSelector(Meta.LabelSelector value) NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. Default to the empty LabelSelector, which matches everything. +optionaloptional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 5; -
setNamespaceSelector
public V1Admissionregistration.ValidatingWebhook.Builder setNamespaceSelector(Meta.LabelSelector.Builder builderForValue) NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. Default to the empty LabelSelector, which matches everything. +optionaloptional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 5; -
mergeNamespaceSelector
public V1Admissionregistration.ValidatingWebhook.Builder mergeNamespaceSelector(Meta.LabelSelector value) NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. Default to the empty LabelSelector, which matches everything. +optionaloptional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 5; -
clearNamespaceSelector
NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. Default to the empty LabelSelector, which matches everything. +optionaloptional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 5; -
getNamespaceSelectorBuilder
NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. Default to the empty LabelSelector, which matches everything. +optionaloptional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 5; -
getNamespaceSelectorOrBuilder
NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. Default to the empty LabelSelector, which matches everything. +optionaloptional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 5;- Specified by:
getNamespaceSelectorOrBuilderin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
hasObjectSelector
public boolean hasObjectSelector()ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector objectSelector = 10;- Specified by:
hasObjectSelectorin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getObjectSelector
ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector objectSelector = 10;- Specified by:
getObjectSelectorin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setObjectSelector
public V1Admissionregistration.ValidatingWebhook.Builder setObjectSelector(Meta.LabelSelector value) ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector objectSelector = 10; -
setObjectSelector
public V1Admissionregistration.ValidatingWebhook.Builder setObjectSelector(Meta.LabelSelector.Builder builderForValue) ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector objectSelector = 10; -
mergeObjectSelector
public V1Admissionregistration.ValidatingWebhook.Builder mergeObjectSelector(Meta.LabelSelector value) ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector objectSelector = 10; -
clearObjectSelector
ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector objectSelector = 10; -
getObjectSelectorBuilder
ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector objectSelector = 10; -
getObjectSelectorOrBuilder
ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector objectSelector = 10;- Specified by:
getObjectSelectorOrBuilderin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
hasSideEffects
public boolean hasSideEffects()SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.
optional string sideEffects = 6;- Specified by:
hasSideEffectsin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getSideEffects
SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.
optional string sideEffects = 6;- Specified by:
getSideEffectsin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getSideEffectsBytes
public com.google.protobuf.ByteString getSideEffectsBytes()SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.
optional string sideEffects = 6;- Specified by:
getSideEffectsBytesin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setSideEffects
SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.
optional string sideEffects = 6; -
clearSideEffects
SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.
optional string sideEffects = 6; -
setSideEffectsBytes
public V1Admissionregistration.ValidatingWebhook.Builder setSideEffectsBytes(com.google.protobuf.ByteString value) SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.
optional string sideEffects = 6; -
hasTimeoutSeconds
public boolean hasTimeoutSeconds()TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. +optional
optional int32 timeoutSeconds = 7;- Specified by:
hasTimeoutSecondsin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getTimeoutSeconds
public int getTimeoutSeconds()TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. +optional
optional int32 timeoutSeconds = 7;- Specified by:
getTimeoutSecondsin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setTimeoutSeconds
TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. +optional
optional int32 timeoutSeconds = 7; -
clearTimeoutSeconds
TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. +optional
optional int32 timeoutSeconds = 7; -
getAdmissionReviewVersionsList
public com.google.protobuf.ProtocolStringList getAdmissionReviewVersionsList()AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.
repeated string admissionReviewVersions = 8;- Specified by:
getAdmissionReviewVersionsListin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getAdmissionReviewVersionsCount
public int getAdmissionReviewVersionsCount()AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.
repeated string admissionReviewVersions = 8;- Specified by:
getAdmissionReviewVersionsCountin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getAdmissionReviewVersions
AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.
repeated string admissionReviewVersions = 8;- Specified by:
getAdmissionReviewVersionsin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
getAdmissionReviewVersionsBytes
public com.google.protobuf.ByteString getAdmissionReviewVersionsBytes(int index) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.
repeated string admissionReviewVersions = 8;- Specified by:
getAdmissionReviewVersionsBytesin interfaceV1Admissionregistration.ValidatingWebhookOrBuilder
-
setAdmissionReviewVersions
public V1Admissionregistration.ValidatingWebhook.Builder setAdmissionReviewVersions(int index, String value) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.
repeated string admissionReviewVersions = 8; -
addAdmissionReviewVersions
AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.
repeated string admissionReviewVersions = 8; -
addAllAdmissionReviewVersions
public V1Admissionregistration.ValidatingWebhook.Builder addAllAdmissionReviewVersions(Iterable<String> values) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.
repeated string admissionReviewVersions = 8; -
clearAdmissionReviewVersions
AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.
repeated string admissionReviewVersions = 8; -
addAdmissionReviewVersionsBytes
public V1Admissionregistration.ValidatingWebhook.Builder addAdmissionReviewVersionsBytes(com.google.protobuf.ByteString value) AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.
repeated string admissionReviewVersions = 8; -
setUnknownFields
public final V1Admissionregistration.ValidatingWebhook.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-
mergeUnknownFields
public final V1Admissionregistration.ValidatingWebhook.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<V1Admissionregistration.ValidatingWebhook.Builder>
-