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