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