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) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfigFluent.MetadataNested<A> |
editMetadata() |
DeploymentConfigFluent.SpecNested<A> |
editSpec() |
DeploymentConfigFluent.StatusNested<A> |
editStatus() |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
ObjectMeta |
getMetadata() |
DeploymentConfigSpec |
getSpec() |
DeploymentConfigStatus |
getStatus() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withMetadata(ObjectMeta metadata) |
DeploymentConfigFluent.MetadataNested<A> |
withNewMetadata() |
DeploymentConfigFluent.MetadataNested<A> |
withNewMetadataLike(ObjectMeta item) |
DeploymentConfigFluent.SpecNested<A> |
withNewSpec() |
DeploymentConfigFluent.SpecNested<A> |
withNewSpecLike(DeploymentConfigSpec item) |
DeploymentConfigFluent.StatusNested<A> |
withNewStatus() |
DeploymentConfigFluent.StatusNested<A> |
withNewStatusLike(DeploymentConfigStatus item) |
A |
withSpec(DeploymentConfigSpec spec) |
A |
withStatus(DeploymentConfigStatus status) |
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 String getKind()
getKind in interface DeploymentConfigFluent<A extends DeploymentConfigFluent<A>>public A withKind(String kind)
withKind in interface DeploymentConfigFluent<A extends DeploymentConfigFluent<A>>public ObjectMeta getMetadata()
getMetadata in interface DeploymentConfigFluent<A extends DeploymentConfigFluent<A>>public A withMetadata(ObjectMeta metadata)
withMetadata 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 DeploymentConfigSpec getSpec()
getSpec in interface DeploymentConfigFluent<A extends DeploymentConfigFluent<A>>public A withSpec(DeploymentConfigSpec spec)
withSpec 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 DeploymentConfigStatus getStatus()
getStatus in interface DeploymentConfigFluent<A extends DeploymentConfigFluent<A>>public A withStatus(DeploymentConfigStatus status)
withStatus 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>>Copyright © 2011–2016 Red Hat. All rights reserved.