public class InstallPlanFluentImpl<A extends InstallPlanFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InstallPlanFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
InstallPlanFluentImpl.MetadataNestedImpl<N> |
class |
InstallPlanFluentImpl.SpecNestedImpl<N> |
class |
InstallPlanFluentImpl.StatusNestedImpl<N> |
InstallPlanFluent.MetadataNested<N>, InstallPlanFluent.SpecNested<N>, InstallPlanFluent.StatusNested<N>| Constructor and Description |
|---|
InstallPlanFluentImpl() |
InstallPlanFluentImpl(InstallPlan instance) |
public InstallPlanFluentImpl()
public InstallPlanFluentImpl(InstallPlan instance)
public String getApiVersion()
getApiVersion in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface InstallPlanFluent<A extends InstallPlanFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public String getKind()
getKind in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public A withKind(String kind)
withKind in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public Boolean hasKind()
hasKind in interface InstallPlanFluent<A extends InstallPlanFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface InstallPlanFluent<A extends InstallPlanFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
buildMetadata in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public Boolean hasMetadata()
hasMetadata in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
withNewMetadataLike in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.MetadataNested<A> editMetadata()
editMetadata in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
editOrNewMetadataLike in interface InstallPlanFluent<A extends InstallPlanFluent<A>>@Deprecated public InstallPlanSpec getSpec()
getSpec in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanSpec buildSpec()
buildSpec in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public A withSpec(InstallPlanSpec spec)
withSpec in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public Boolean hasSpec()
hasSpec in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.SpecNested<A> withNewSpec()
withNewSpec in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.SpecNested<A> withNewSpecLike(InstallPlanSpec item)
withNewSpecLike in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.SpecNested<A> editSpec()
editSpec in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.SpecNested<A> editOrNewSpecLike(InstallPlanSpec item)
editOrNewSpecLike in interface InstallPlanFluent<A extends InstallPlanFluent<A>>@Deprecated public InstallPlanStatus getStatus()
getStatus in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanStatus buildStatus()
buildStatus in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public A withStatus(InstallPlanStatus status)
withStatus in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public Boolean hasStatus()
hasStatus in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.StatusNested<A> withNewStatus()
withNewStatus in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.StatusNested<A> withNewStatusLike(InstallPlanStatus item)
withNewStatusLike in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.StatusNested<A> editStatus()
editStatus in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus in interface InstallPlanFluent<A extends InstallPlanFluent<A>>public InstallPlanFluent.StatusNested<A> editOrNewStatusLike(InstallPlanStatus item)
editOrNewStatusLike in interface InstallPlanFluent<A extends InstallPlanFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.