Class DeploymentBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.apps.DeploymentFluentImpl<DeploymentBuilder>
io.fabric8.kubernetes.api.model.apps.DeploymentBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Deployment>,io.fabric8.kubernetes.api.builder.Fluent<DeploymentBuilder>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Deployment,DeploymentBuilder>,DeploymentFluent<DeploymentBuilder>
public class DeploymentBuilder extends DeploymentFluentImpl<DeploymentBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Deployment,DeploymentBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.apps.DeploymentFluentImpl
DeploymentFluentImpl.MetadataNestedImpl<N>, DeploymentFluentImpl.SpecNestedImpl<N>, DeploymentFluentImpl.StatusNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.apps.DeploymentFluent
DeploymentFluent.MetadataNested<N>, DeploymentFluent.SpecNested<N>, DeploymentFluent.StatusNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DeploymentBuilder()DeploymentBuilder(Deployment instance)DeploymentBuilder(DeploymentFluent<?> fluent)DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance)DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance, Boolean validationEnabled)DeploymentBuilder(DeploymentFluent<?> fluent, Boolean validationEnabled)DeploymentBuilder(Deployment instance, Boolean validationEnabled)DeploymentBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description Deploymentbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.apps.DeploymentFluentImpl
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, withStatusMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
DeploymentBuilder
public DeploymentBuilder() -
DeploymentBuilder
-
DeploymentBuilder
-
DeploymentBuilder
-
DeploymentBuilder
-
DeploymentBuilder
public DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance, Boolean validationEnabled) -
DeploymentBuilder
-
DeploymentBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<Deployment>
-
equals
- Overrides:
equalsin classDeploymentFluentImpl<DeploymentBuilder>
-