Class InfrastructureSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.InfrastructureSpecFluent<InfrastructureSpecBuilder>
-
- io.fabric8.openshift.api.model.config.v1.InfrastructureSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InfrastructureSpec>,io.fabric8.kubernetes.api.builder.Visitable<InfrastructureSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InfrastructureSpec,InfrastructureSpecBuilder>
public class InfrastructureSpecBuilder extends InfrastructureSpecFluent<InfrastructureSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InfrastructureSpec,InfrastructureSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.InfrastructureSpecFluent
InfrastructureSpecFluent.CloudConfigNested<N>, InfrastructureSpecFluent.PlatformSpecNested<N>
-
-
Constructor Summary
Constructors Constructor Description InfrastructureSpecBuilder()InfrastructureSpecBuilder(InfrastructureSpec instance)InfrastructureSpecBuilder(InfrastructureSpecFluent<?> fluent)InfrastructureSpecBuilder(InfrastructureSpecFluent<?> fluent, InfrastructureSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfrastructureSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.InfrastructureSpecFluent
addToAdditionalProperties, addToAdditionalProperties, buildCloudConfig, buildPlatformSpec, copyInstance, editCloudConfig, editOrNewCloudConfig, editOrNewCloudConfigLike, editOrNewPlatformSpec, editOrNewPlatformSpecLike, editPlatformSpec, equals, getAdditionalProperties, hasAdditionalProperties, hasCloudConfig, hashCode, hasPlatformSpec, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withCloudConfig, withNewCloudConfig, withNewCloudConfig, withNewCloudConfigLike, withNewPlatformSpec, withNewPlatformSpecLike, withPlatformSpec
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InfrastructureSpecBuilder
public InfrastructureSpecBuilder()
-
InfrastructureSpecBuilder
public InfrastructureSpecBuilder(InfrastructureSpecFluent<?> fluent)
-
InfrastructureSpecBuilder
public InfrastructureSpecBuilder(InfrastructureSpecFluent<?> fluent, InfrastructureSpec instance)
-
InfrastructureSpecBuilder
public InfrastructureSpecBuilder(InfrastructureSpec instance)
-
-
Method Detail
-
build
public InfrastructureSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InfrastructureSpec>
-
-