public class ReplicaSetFluentImpl<A extends ReplicaSetFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ReplicaSetFluent<A>
| 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>| Constructor and Description |
|---|
ReplicaSetFluentImpl() |
ReplicaSetFluentImpl(ReplicaSet instance) |
public ReplicaSetFluentImpl()
public ReplicaSetFluentImpl(ReplicaSet instance)
public String getApiVersion()
getApiVersion in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public String getKind()
getKind in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public A withKind(String kind)
withKind in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public Boolean hasKind()
hasKind in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
buildMetadata in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
withNewMetadataLike in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.MetadataNested<A> editMetadata()
editMetadata in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
editOrNewMetadataLike in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>@Deprecated public ReplicaSetSpec getSpec()
getSpec in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetSpec buildSpec()
buildSpec in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public A withSpec(ReplicaSetSpec spec)
withSpec in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public Boolean hasSpec()
hasSpec in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.SpecNested<A> withNewSpec()
withNewSpec in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.SpecNested<A> withNewSpecLike(ReplicaSetSpec item)
withNewSpecLike in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.SpecNested<A> editSpec()
editSpec in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.SpecNested<A> editOrNewSpecLike(ReplicaSetSpec item)
editOrNewSpecLike in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>@Deprecated public ReplicaSetStatus getStatus()
getStatus in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetStatus buildStatus()
buildStatus in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public A withStatus(ReplicaSetStatus status)
withStatus in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public Boolean hasStatus()
hasStatus in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.StatusNested<A> withNewStatus()
withNewStatus in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.StatusNested<A> withNewStatusLike(ReplicaSetStatus item)
withNewStatusLike in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.StatusNested<A> editStatus()
editStatus in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public ReplicaSetFluent.StatusNested<A> editOrNewStatusLike(ReplicaSetStatus item)
editOrNewStatusLike in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ReplicaSetFluent<A extends ReplicaSetFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.