Class WebhookDescriptionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.WebhookDescriptionFluent<WebhookDescriptionBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.WebhookDescriptionBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<WebhookDescription>,io.fabric8.kubernetes.api.builder.Visitable<WebhookDescriptionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<WebhookDescription,WebhookDescriptionBuilder>
public class WebhookDescriptionBuilder extends WebhookDescriptionFluent<WebhookDescriptionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<WebhookDescription,WebhookDescriptionBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.WebhookDescriptionFluent
WebhookDescriptionFluent.ObjectSelectorNested<N>, WebhookDescriptionFluent.TargetPortNested<N>
-
-
Constructor Summary
Constructors Constructor Description WebhookDescriptionBuilder()WebhookDescriptionBuilder(WebhookDescription instance)WebhookDescriptionBuilder(WebhookDescriptionFluent<?> fluent)WebhookDescriptionBuilder(WebhookDescriptionFluent<?> fluent, WebhookDescription instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookDescriptionbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.WebhookDescriptionFluent
addAllToAdmissionReviewVersions, addAllToConversionCRDs, addAllToRules, addToAdditionalProperties, addToAdditionalProperties, addToAdmissionReviewVersions, addToAdmissionReviewVersions, addToConversionCRDs, addToConversionCRDs, addToRules, addToRules, buildObjectSelector, buildTargetPort, copyInstance, editObjectSelector, editOrNewObjectSelector, editOrNewObjectSelectorLike, editOrNewTargetPort, editOrNewTargetPortLike, editTargetPort, equals, getAdditionalProperties, getAdmissionReviewVersion, getAdmissionReviewVersions, getContainerPort, getConversionCRD, getConversionCRDs, getDeploymentName, getFailurePolicy, getFirstAdmissionReviewVersion, getFirstConversionCRD, getFirstRule, getGenerateName, getLastAdmissionReviewVersion, getLastConversionCRD, getLastRule, getMatchingAdmissionReviewVersion, getMatchingConversionCRD, getMatchingRule, getMatchPolicy, getReinvocationPolicy, getRule, getRules, getSideEffects, getTimeoutSeconds, getType, getWebhookPath, hasAdditionalProperties, hasAdmissionReviewVersions, hasContainerPort, hasConversionCRDs, hasDeploymentName, hasFailurePolicy, hasGenerateName, hashCode, hasMatchingAdmissionReviewVersion, hasMatchingConversionCRD, hasMatchingRule, hasMatchPolicy, hasObjectSelector, hasReinvocationPolicy, hasRules, hasSideEffects, hasTargetPort, hasTimeoutSeconds, hasType, hasWebhookPath, removeAllFromAdmissionReviewVersions, removeAllFromConversionCRDs, removeAllFromRules, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAdmissionReviewVersions, removeFromConversionCRDs, removeFromRules, setToAdmissionReviewVersions, setToConversionCRDs, setToRules, toString, withAdditionalProperties, withAdmissionReviewVersions, withAdmissionReviewVersions, withContainerPort, withConversionCRDs, withConversionCRDs, withDeploymentName, withFailurePolicy, withGenerateName, withMatchPolicy, withNewObjectSelector, withNewObjectSelectorLike, withNewTargetPort, withNewTargetPort, withNewTargetPortLike, withObjectSelector, withReinvocationPolicy, withRules, withRules, withSideEffects, withTargetPort, withTimeoutSeconds, withType, withWebhookPath
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
WebhookDescriptionBuilder
public WebhookDescriptionBuilder()
-
WebhookDescriptionBuilder
public WebhookDescriptionBuilder(WebhookDescriptionFluent<?> fluent)
-
WebhookDescriptionBuilder
public WebhookDescriptionBuilder(WebhookDescription instance)
-
WebhookDescriptionBuilder
public WebhookDescriptionBuilder(WebhookDescriptionFluent<?> fluent, WebhookDescription instance)
-
-
Method Detail
-
build
public WebhookDescription build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<WebhookDescription>
-
-