Class V1MutatingWebhookBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1MutatingWebhookFluentImpl<V1MutatingWebhookBuilder>
io.kubernetes.client.openapi.models.V1MutatingWebhookBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1MutatingWebhook>
,Fluent<V1MutatingWebhookBuilder>
,Visitable<V1MutatingWebhookBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1MutatingWebhook,
,V1MutatingWebhookBuilder> V1MutatingWebhookFluent<V1MutatingWebhookBuilder>
public class V1MutatingWebhookBuilder
extends V1MutatingWebhookFluentImpl<V1MutatingWebhookBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1MutatingWebhook,V1MutatingWebhookBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1MutatingWebhookFluent
V1MutatingWebhookFluent.ClientConfigNested<N>, V1MutatingWebhookFluent.NamespaceSelectorNested<N>, V1MutatingWebhookFluent.ObjectSelectorNested<N>, V1MutatingWebhookFluent.RulesNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1MutatingWebhookBuilder
(io.kubernetes.client.openapi.models.V1MutatingWebhook instance) V1MutatingWebhookBuilder
(V1MutatingWebhookFluent<?> fluent) V1MutatingWebhookBuilder
(V1MutatingWebhookFluent<?> fluent, io.kubernetes.client.openapi.models.V1MutatingWebhook instance) V1MutatingWebhookBuilder
(V1MutatingWebhookFluent<?> fluent, io.kubernetes.client.openapi.models.V1MutatingWebhook instance, Boolean validationEnabled) V1MutatingWebhookBuilder
(V1MutatingWebhookFluent<?> fluent, Boolean validationEnabled) V1MutatingWebhookBuilder
(io.kubernetes.client.openapi.models.V1MutatingWebhook instance, Boolean validationEnabled) V1MutatingWebhookBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1MutatingWebhookFluentImpl
addAllToAdmissionReviewVersions, addAllToRules, addNewRule, addNewRuleLike, addToAdmissionReviewVersions, addToAdmissionReviewVersions, addToRules, addToRules, buildClientConfig, buildFirstRule, buildLastRule, buildMatchingRule, buildNamespaceSelector, buildObjectSelector, buildRule, buildRules, editClientConfig, editFirstRule, editLastRule, editMatchingRule, editNamespaceSelector, editObjectSelector, editOrNewClientConfig, editOrNewClientConfigLike, editOrNewNamespaceSelector, editOrNewNamespaceSelectorLike, editOrNewObjectSelector, editOrNewObjectSelectorLike, editRule, equals, getAdmissionReviewVersion, getAdmissionReviewVersions, getClientConfig, getFailurePolicy, getFirstAdmissionReviewVersion, getLastAdmissionReviewVersion, getMatchingAdmissionReviewVersion, getMatchPolicy, getName, getNamespaceSelector, getObjectSelector, getReinvocationPolicy, getRules, getSideEffects, getTimeoutSeconds, hasAdmissionReviewVersions, hasClientConfig, hasFailurePolicy, hashCode, hasMatchingAdmissionReviewVersion, hasMatchingRule, hasMatchPolicy, hasName, hasNamespaceSelector, hasObjectSelector, hasReinvocationPolicy, hasRules, hasSideEffects, hasTimeoutSeconds, removeAllFromAdmissionReviewVersions, removeAllFromRules, removeFromAdmissionReviewVersions, removeFromRules, removeMatchingFromRules, setNewRuleLike, setToAdmissionReviewVersions, setToRules, toString, withAdmissionReviewVersions, withAdmissionReviewVersions, withClientConfig, withFailurePolicy, withMatchPolicy, withName, withNamespaceSelector, withNewClientConfig, withNewClientConfigLike, withNewNamespaceSelector, withNewNamespaceSelectorLike, withNewObjectSelector, withNewObjectSelectorLike, withObjectSelector, withReinvocationPolicy, withRules, withRules, withSideEffects, withTimeoutSeconds
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1MutatingWebhookBuilder
public V1MutatingWebhookBuilder() -
V1MutatingWebhookBuilder
-
V1MutatingWebhookBuilder
-
V1MutatingWebhookBuilder
-
V1MutatingWebhookBuilder
public V1MutatingWebhookBuilder(V1MutatingWebhookFluent<?> fluent, io.kubernetes.client.openapi.models.V1MutatingWebhook instance) -
V1MutatingWebhookBuilder
public V1MutatingWebhookBuilder(V1MutatingWebhookFluent<?> fluent, io.kubernetes.client.openapi.models.V1MutatingWebhook instance, Boolean validationEnabled) -
V1MutatingWebhookBuilder
public V1MutatingWebhookBuilder(io.kubernetes.client.openapi.models.V1MutatingWebhook instance) -
V1MutatingWebhookBuilder
public V1MutatingWebhookBuilder(io.kubernetes.client.openapi.models.V1MutatingWebhook instance, Boolean validationEnabled)
-
-
Method Details