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