Class IngressControllerBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerFluent<IngressControllerBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<IngressController>,io.fabric8.kubernetes.api.builder.Visitable<IngressControllerBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressController,IngressControllerBuilder>
public class IngressControllerBuilder extends IngressControllerFluent<IngressControllerBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressController,IngressControllerBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.IngressControllerFluent
IngressControllerFluent.MetadataNested<N>, IngressControllerFluent.SpecNested<N>, IngressControllerFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description IngressControllerBuilder()IngressControllerBuilder(IngressController instance)IngressControllerBuilder(IngressControllerFluent<?> fluent)IngressControllerBuilder(IngressControllerFluent<?> fluent, IngressController instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressControllerbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.IngressControllerFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
IngressControllerBuilder
public IngressControllerBuilder()
-
IngressControllerBuilder
public IngressControllerBuilder(IngressControllerFluent<?> fluent)
-
IngressControllerBuilder
public IngressControllerBuilder(IngressControllerFluent<?> fluent, IngressController instance)
-
IngressControllerBuilder
public IngressControllerBuilder(IngressController instance)
-
-
Method Detail
-
build
public IngressController build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<IngressController>
-
-