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