public class ReplicationControllerFluentImpl<T extends ReplicationControllerFluent<T>> extends BaseFluent<T> implements ReplicationControllerFluent<T>
Modifier and Type | Class and Description |
---|---|
class |
ReplicationControllerFluentImpl.MetadataNestedImpl<N> |
class |
ReplicationControllerFluentImpl.SpecNestedImpl<N> |
class |
ReplicationControllerFluentImpl.StatusNestedImpl<N> |
ReplicationControllerFluent.MetadataNested<N>, ReplicationControllerFluent.SpecNested<N>, ReplicationControllerFluent.StatusNested<N>
_visitables
Constructor and Description |
---|
ReplicationControllerFluentImpl() |
ReplicationControllerFluentImpl(ReplicationController instance) |
public ReplicationControllerFluentImpl()
public ReplicationControllerFluentImpl(ReplicationController instance)
public String getApiVersion()
getApiVersion
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T withApiVersion(String apiVersion)
withApiVersion
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public String getKind()
getKind
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T withKind(String kind)
withKind
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ObjectMeta getMetadata()
getMetadata
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T withMetadata(ObjectMeta metadata)
withMetadata
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerFluent.MetadataNested<T> withNewMetadata()
withNewMetadata
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerFluent.MetadataNested<T> editMetadata()
editMetadata
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerSpec getSpec()
getSpec
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T withSpec(ReplicationControllerSpec spec)
withSpec
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerFluent.SpecNested<T> withNewSpec()
withNewSpec
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerFluent.SpecNested<T> withNewSpecLike(ReplicationControllerSpec item)
withNewSpecLike
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerFluent.SpecNested<T> editSpec()
editSpec
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerStatus getStatus()
getStatus
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T withStatus(ReplicationControllerStatus status)
withStatus
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerFluent.StatusNested<T> withNewStatus()
withNewStatus
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerFluent.StatusNested<T> withNewStatusLike(ReplicationControllerStatus item)
withNewStatusLike
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public ReplicationControllerFluent.StatusNested<T> editStatus()
editStatus
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T withNewStatus(Integer fullyLabeledReplicas, Long observedGeneration, Integer replicas)
withNewStatus
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface ReplicationControllerFluent<T extends ReplicationControllerFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.