public class DeploymentFluentImpl<A extends DeploymentFluent<A>> extends BaseFluent<A> implements DeploymentFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentFluentImpl.MetadataNestedImpl<N> |
class |
DeploymentFluentImpl.SpecNestedImpl<N> |
class |
DeploymentFluentImpl.StatusNestedImpl<N> |
DeploymentFluent.MetadataNested<N>, DeploymentFluent.SpecNested<N>, DeploymentFluent.StatusNested<N>_visitables| Constructor and Description |
|---|
DeploymentFluentImpl() |
DeploymentFluentImpl(Deployment instance) |
public DeploymentFluentImpl()
public DeploymentFluentImpl(Deployment instance)
public String getApiVersion()
getApiVersion in interface DeploymentFluent<A extends DeploymentFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface DeploymentFluent<A extends DeploymentFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface DeploymentFluent<A extends DeploymentFluent<A>>public String getKind()
getKind in interface DeploymentFluent<A extends DeploymentFluent<A>>public A withKind(String kind)
withKind in interface DeploymentFluent<A extends DeploymentFluent<A>>public Boolean hasKind()
hasKind in interface DeploymentFluent<A extends DeploymentFluent<A>>@Deprecated public ObjectMeta getMetadata()
getMetadata in interface DeploymentFluent<A extends DeploymentFluent<A>>public ObjectMeta buildMetadata()
buildMetadata in interface DeploymentFluent<A extends DeploymentFluent<A>>public A withMetadata(ObjectMeta metadata)
withMetadata in interface DeploymentFluent<A extends DeploymentFluent<A>>public Boolean hasMetadata()
hasMetadata in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.MetadataNested<A> editMetadata()
editMetadata in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
editOrNewMetadataLike in interface DeploymentFluent<A extends DeploymentFluent<A>>@Deprecated public DeploymentSpec getSpec()
getSpec in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentSpec buildSpec()
buildSpec in interface DeploymentFluent<A extends DeploymentFluent<A>>public A withSpec(DeploymentSpec spec)
withSpec in interface DeploymentFluent<A extends DeploymentFluent<A>>public Boolean hasSpec()
hasSpec in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.SpecNested<A> withNewSpec()
withNewSpec in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.SpecNested<A> withNewSpecLike(DeploymentSpec item)
withNewSpecLike in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.SpecNested<A> editSpec()
editSpec in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.SpecNested<A> editOrNewSpecLike(DeploymentSpec item)
editOrNewSpecLike in interface DeploymentFluent<A extends DeploymentFluent<A>>@Deprecated public DeploymentStatus getStatus()
getStatus in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentStatus buildStatus()
buildStatus in interface DeploymentFluent<A extends DeploymentFluent<A>>public A withStatus(DeploymentStatus status)
withStatus in interface DeploymentFluent<A extends DeploymentFluent<A>>public Boolean hasStatus()
hasStatus in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.StatusNested<A> withNewStatus()
withNewStatus in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.StatusNested<A> withNewStatusLike(DeploymentStatus item)
withNewStatusLike in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.StatusNested<A> editStatus()
editStatus in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus in interface DeploymentFluent<A extends DeploymentFluent<A>>public DeploymentFluent.StatusNested<A> editOrNewStatusLike(DeploymentStatus item)
editOrNewStatusLike in interface DeploymentFluent<A extends DeploymentFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.