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