Class IngressControllerBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerFluentImpl<IngressControllerBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<IngressController>,io.fabric8.kubernetes.api.builder.Fluent<IngressControllerBuilder>,io.fabric8.kubernetes.api.builder.Visitable<IngressControllerBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressController,IngressControllerBuilder>,IngressControllerFluent<IngressControllerBuilder>
public class IngressControllerBuilder extends IngressControllerFluentImpl<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.IngressControllerFluentImpl
IngressControllerFluentImpl.MetadataNestedImpl<N>, IngressControllerFluentImpl.SpecNestedImpl<N>, IngressControllerFluentImpl.StatusNestedImpl<N>
-
Nested classes/interfaces inherited from interface 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)IngressControllerBuilder(IngressControllerFluent<?> fluent, IngressController instance, Boolean validationEnabled)IngressControllerBuilder(IngressControllerFluent<?> fluent, Boolean validationEnabled)IngressControllerBuilder(IngressController instance, Boolean validationEnabled)IngressControllerBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressControllerbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.IngressControllerFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
IngressControllerBuilder
public IngressControllerBuilder()
-
IngressControllerBuilder
public IngressControllerBuilder(Boolean validationEnabled)
-
IngressControllerBuilder
public IngressControllerBuilder(IngressControllerFluent<?> fluent)
-
IngressControllerBuilder
public IngressControllerBuilder(IngressControllerFluent<?> fluent, Boolean validationEnabled)
-
IngressControllerBuilder
public IngressControllerBuilder(IngressControllerFluent<?> fluent, IngressController instance)
-
IngressControllerBuilder
public IngressControllerBuilder(IngressControllerFluent<?> fluent, IngressController instance, Boolean validationEnabled)
-
IngressControllerBuilder
public IngressControllerBuilder(IngressController instance)
-
IngressControllerBuilder
public IngressControllerBuilder(IngressController instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public IngressController build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<IngressController>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classIngressControllerFluentImpl<IngressControllerBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classIngressControllerFluentImpl<IngressControllerBuilder>
-
-