Class ValidatingWebhookBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.admissionregistration.v1.ValidatingWebhookFluent<ValidatingWebhookBuilder>
-
- io.fabric8.kubernetes.api.model.admissionregistration.v1.ValidatingWebhookBuilder
-
- All Implemented Interfaces:
Builder<ValidatingWebhook>,Visitable<ValidatingWebhookBuilder>,VisitableBuilder<ValidatingWebhook,ValidatingWebhookBuilder>
public class ValidatingWebhookBuilder extends ValidatingWebhookFluent<ValidatingWebhookBuilder> implements VisitableBuilder<ValidatingWebhook,ValidatingWebhookBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.admissionregistration.v1.ValidatingWebhookFluent
ValidatingWebhookFluent.ClientConfigNested<N>, ValidatingWebhookFluent.MatchConditionsNested<N>, ValidatingWebhookFluent.NamespaceSelectorNested<N>, ValidatingWebhookFluent.ObjectSelectorNested<N>, ValidatingWebhookFluent.RulesNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description ValidatingWebhookBuilder()ValidatingWebhookBuilder(ValidatingWebhook instance)ValidatingWebhookBuilder(ValidatingWebhookFluent<?> fluent)ValidatingWebhookBuilder(ValidatingWebhookFluent<?> fluent, ValidatingWebhook instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidatingWebhookbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.admissionregistration.v1.ValidatingWebhookFluent
addAllToAdmissionReviewVersions, addAllToMatchConditions, addAllToRules, addNewMatchCondition, addNewMatchCondition, addNewMatchConditionLike, addNewRule, addNewRuleLike, addToAdditionalProperties, addToAdditionalProperties, addToAdmissionReviewVersions, addToAdmissionReviewVersions, addToMatchConditions, addToMatchConditions, addToRules, addToRules, buildClientConfig, buildFirstMatchCondition, buildFirstRule, buildLastMatchCondition, buildLastRule, buildMatchCondition, buildMatchConditions, buildMatchingMatchCondition, buildMatchingRule, buildNamespaceSelector, buildObjectSelector, buildRule, buildRules, copyInstance, editClientConfig, editFirstMatchCondition, editFirstRule, editLastMatchCondition, editLastRule, editMatchCondition, editMatchingMatchCondition, editMatchingRule, editNamespaceSelector, editObjectSelector, editOrNewClientConfig, editOrNewClientConfigLike, editOrNewNamespaceSelector, editOrNewNamespaceSelectorLike, editOrNewObjectSelector, editOrNewObjectSelectorLike, editRule, equals, getAdditionalProperties, getAdmissionReviewVersion, getAdmissionReviewVersions, getFailurePolicy, getFirstAdmissionReviewVersion, getLastAdmissionReviewVersion, getMatchingAdmissionReviewVersion, getMatchPolicy, getName, getSideEffects, getTimeoutSeconds, hasAdditionalProperties, hasAdmissionReviewVersions, hasClientConfig, hasFailurePolicy, hashCode, hasMatchConditions, hasMatchingAdmissionReviewVersion, hasMatchingMatchCondition, hasMatchingRule, hasMatchPolicy, hasName, hasNamespaceSelector, hasObjectSelector, hasRules, hasSideEffects, hasTimeoutSeconds, removeAllFromAdmissionReviewVersions, removeAllFromMatchConditions, removeAllFromRules, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAdmissionReviewVersions, removeFromMatchConditions, removeFromRules, removeMatchingFromMatchConditions, removeMatchingFromRules, setNewMatchConditionLike, setNewRuleLike, setToAdmissionReviewVersions, setToMatchConditions, setToRules, toString, withAdditionalProperties, withAdmissionReviewVersions, withAdmissionReviewVersions, withClientConfig, withFailurePolicy, withMatchConditions, withMatchConditions, withMatchPolicy, withName, withNamespaceSelector, withNewClientConfig, withNewClientConfigLike, withNewNamespaceSelector, withNewNamespaceSelectorLike, withNewObjectSelector, withNewObjectSelectorLike, withObjectSelector, withRules, withRules, withSideEffects, withTimeoutSeconds
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ValidatingWebhookBuilder
public ValidatingWebhookBuilder()
-
ValidatingWebhookBuilder
public ValidatingWebhookBuilder(ValidatingWebhookFluent<?> fluent)
-
ValidatingWebhookBuilder
public ValidatingWebhookBuilder(ValidatingWebhook instance)
-
ValidatingWebhookBuilder
public ValidatingWebhookBuilder(ValidatingWebhookFluent<?> fluent, ValidatingWebhook instance)
-
-
Method Detail
-
build
public ValidatingWebhook build()
- Specified by:
buildin interfaceBuilder<ValidatingWebhook>
-
-