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