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