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