public class DeploymentConfigFluentImpl<T extends DeploymentConfigFluent<T>> extends BaseFluent<T> implements DeploymentConfigFluent<T>
| 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<T extends DeploymentConfigFluent<T>>public T withApiVersion(String apiVersion)
withApiVersion in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public String getKind()
getKind in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public T withKind(String kind)
withKind in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public ObjectMeta getMetadata()
getMetadata in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public T withMetadata(ObjectMeta metadata)
withMetadata in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigFluent.MetadataNested<T> editMetadata()
editMetadata in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigSpec getSpec()
getSpec in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public T withSpec(DeploymentConfigSpec spec)
withSpec in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigFluent.SpecNested<T> withNewSpec()
withNewSpec in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigFluent.SpecNested<T> withNewSpecLike(DeploymentConfigSpec item)
withNewSpecLike in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigFluent.SpecNested<T> editSpec()
editSpec in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigStatus getStatus()
getStatus in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public T withStatus(DeploymentConfigStatus status)
withStatus in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigFluent.StatusNested<T> withNewStatus()
withNewStatus in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigFluent.StatusNested<T> withNewStatusLike(DeploymentConfigStatus item)
withNewStatusLike in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public DeploymentConfigFluent.StatusNested<T> editStatus()
editStatus in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DeploymentConfigFluent<T extends DeploymentConfigFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.