public class IngressControllerBuilder extends IngressControllerFluentImpl<IngressControllerBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressController,IngressControllerBuilder>
IngressControllerFluent.MetadataNested<N>, IngressControllerFluent.SpecNested<N>, IngressControllerFluent.StatusNested<N>
Constructor and Description |
---|
IngressControllerBuilder() |
IngressControllerBuilder(Boolean validationEnabled) |
IngressControllerBuilder(IngressController instance) |
IngressControllerBuilder(IngressController instance,
Boolean validationEnabled) |
IngressControllerBuilder(IngressControllerFluent<?> fluent) |
IngressControllerBuilder(IngressControllerFluent<?> fluent,
Boolean validationEnabled) |
IngressControllerBuilder(IngressControllerFluent<?> fluent,
IngressController instance) |
IngressControllerBuilder(IngressControllerFluent<?> fluent,
IngressController instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
IngressController |
build() |
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
public IngressControllerBuilder()
public IngressControllerBuilder(Boolean validationEnabled)
public IngressControllerBuilder(IngressControllerFluent<?> fluent)
public IngressControllerBuilder(IngressControllerFluent<?> fluent, Boolean validationEnabled)
public IngressControllerBuilder(IngressControllerFluent<?> fluent, IngressController instance)
public IngressControllerBuilder(IngressControllerFluent<?> fluent, IngressController instance, Boolean validationEnabled)
public IngressControllerBuilder(IngressController instance)
public IngressControllerBuilder(IngressController instance, Boolean validationEnabled)
public IngressController build()
build
in interface io.fabric8.kubernetes.api.builder.Builder<IngressController>
Copyright © 2015–2023 Red Hat. All rights reserved.