Class InfrastructureBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.InfrastructureFluent<InfrastructureBuilder>
-
- io.fabric8.openshift.api.model.config.v1.InfrastructureBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Infrastructure>,io.fabric8.kubernetes.api.builder.Visitable<InfrastructureBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Infrastructure,InfrastructureBuilder>
public class InfrastructureBuilder extends InfrastructureFluent<InfrastructureBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Infrastructure,InfrastructureBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.InfrastructureFluent
InfrastructureFluent.MetadataNested<N>, InfrastructureFluent.SpecNested<N>, InfrastructureFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description InfrastructureBuilder()InfrastructureBuilder(Infrastructure instance)InfrastructureBuilder(InfrastructureFluent<?> fluent)InfrastructureBuilder(InfrastructureFluent<?> fluent, Infrastructure instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Infrastructurebuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.InfrastructureFluent
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
-
InfrastructureBuilder
public InfrastructureBuilder()
-
InfrastructureBuilder
public InfrastructureBuilder(InfrastructureFluent<?> fluent)
-
InfrastructureBuilder
public InfrastructureBuilder(InfrastructureFluent<?> fluent, Infrastructure instance)
-
InfrastructureBuilder
public InfrastructureBuilder(Infrastructure instance)
-
-
Method Detail
-
build
public Infrastructure build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<Infrastructure>
-
-