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