public class ClusterOperatorFluentImpl<A extends ClusterOperatorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterOperatorFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterOperatorFluentImpl.MetadataNestedImpl<N> |
class |
ClusterOperatorFluentImpl.SpecNestedImpl<N> |
class |
ClusterOperatorFluentImpl.StatusNestedImpl<N> |
ClusterOperatorFluent.MetadataNested<N>, ClusterOperatorFluent.SpecNested<N>, ClusterOperatorFluent.StatusNested<N>| Constructor and Description |
|---|
ClusterOperatorFluentImpl() |
ClusterOperatorFluentImpl(ClusterOperator instance) |
public ClusterOperatorFluentImpl()
public ClusterOperatorFluentImpl(ClusterOperator instance)
public String getApiVersion()
getApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(int[] arg1, int arg2, int arg3)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(char[] arg1)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(byte[] arg1, int arg2)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(byte[] arg1)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(char[] arg1, int arg2, int arg3)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(byte[] arg1, int arg2, int arg3)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(byte[] arg1, int arg2, int arg3, int arg4)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public String getKind()
getKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withKind(String kind)
withKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public Boolean hasKind()
hasKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(int[] arg1, int arg2, int arg3)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(char[] arg1)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(byte[] arg1, int arg2)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(byte[] arg1)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(char[] arg1, int arg2, int arg3)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(byte[] arg1, int arg2, int arg3)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(byte[] arg1, int arg2, int arg3, int arg4)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withNewKind(String arg1)
withNewKind in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
buildMetadata in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
withNewMetadataLike in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.MetadataNested<A> editMetadata()
editMetadata in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
editOrNewMetadataLike in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>@Deprecated public ClusterOperatorSpec getSpec()
getSpec in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorSpec buildSpec()
buildSpec in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withSpec(ClusterOperatorSpec spec)
withSpec in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public Boolean hasSpec()
hasSpec in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.SpecNested<A> withNewSpec()
withNewSpec in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.SpecNested<A> withNewSpecLike(ClusterOperatorSpec item)
withNewSpecLike in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.SpecNested<A> editSpec()
editSpec in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.SpecNested<A> editOrNewSpecLike(ClusterOperatorSpec item)
editOrNewSpecLike in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>@Deprecated public ClusterOperatorStatus getStatus()
getStatus in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorStatus buildStatus()
buildStatus in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public A withStatus(ClusterOperatorStatus status)
withStatus in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public Boolean hasStatus()
hasStatus in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.StatusNested<A> withNewStatus()
withNewStatus in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.StatusNested<A> withNewStatusLike(ClusterOperatorStatus item)
withNewStatusLike in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.StatusNested<A> editStatus()
editStatus in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>public ClusterOperatorFluent.StatusNested<A> editOrNewStatusLike(ClusterOperatorStatus item)
editOrNewStatusLike in interface ClusterOperatorFluent<A extends ClusterOperatorFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.