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