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