Package io.fabric8.knative.messaging.v1
Class InMemoryChannelFluentImpl<A extends InMemoryChannelFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.messaging.v1.InMemoryChannelFluentImpl<A>
-
- All Implemented Interfaces:
InMemoryChannelFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
InMemoryChannelBuilder,InMemoryChannelListFluentImpl.ItemsNestedImpl
public class InMemoryChannelFluentImpl<A extends InMemoryChannelFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InMemoryChannelFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInMemoryChannelFluentImpl.MetadataNestedImpl<N>classInMemoryChannelFluentImpl.SpecNestedImpl<N>classInMemoryChannelFluentImpl.StatusNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.knative.messaging.v1.InMemoryChannelFluent
InMemoryChannelFluent.MetadataNested<N>, InMemoryChannelFluent.SpecNested<N>, InMemoryChannelFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description InMemoryChannelFluentImpl()InMemoryChannelFluentImpl(InMemoryChannel instance)
-
Method Summary
-
-
-
Constructor Detail
-
InMemoryChannelFluentImpl
public InMemoryChannelFluentImpl()
-
InMemoryChannelFluentImpl
public InMemoryChannelFluentImpl(InMemoryChannel instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
getMetadata
@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
- Specified by:
buildMetadatain interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
- Specified by:
withMetadatain interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewMetadata
public InMemoryChannelFluent.MetadataNested<A> withNewMetadata()
- Specified by:
withNewMetadatain interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewMetadataLike
public InMemoryChannelFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
- Specified by:
withNewMetadataLikein interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
editMetadata
public InMemoryChannelFluent.MetadataNested<A> editMetadata()
- Specified by:
editMetadatain interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
editOrNewMetadata
public InMemoryChannelFluent.MetadataNested<A> editOrNewMetadata()
- Specified by:
editOrNewMetadatain interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
editOrNewMetadataLike
public InMemoryChannelFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
- Specified by:
editOrNewMetadataLikein interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
getSpec
@Deprecated public InMemoryChannelSpec getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpecin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>- Returns:
- The buildable object.
-
buildSpec
public InMemoryChannelSpec buildSpec()
- Specified by:
buildSpecin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withSpec
public A withSpec(InMemoryChannelSpec spec)
- Specified by:
withSpecin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
hasSpec
public Boolean hasSpec()
- Specified by:
hasSpecin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewSpec
public InMemoryChannelFluent.SpecNested<A> withNewSpec()
- Specified by:
withNewSpecin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewSpecLike
public InMemoryChannelFluent.SpecNested<A> withNewSpecLike(InMemoryChannelSpec item)
- Specified by:
withNewSpecLikein interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
editSpec
public InMemoryChannelFluent.SpecNested<A> editSpec()
- Specified by:
editSpecin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
editOrNewSpec
public InMemoryChannelFluent.SpecNested<A> editOrNewSpec()
- Specified by:
editOrNewSpecin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
editOrNewSpecLike
public InMemoryChannelFluent.SpecNested<A> editOrNewSpecLike(InMemoryChannelSpec item)
- Specified by:
editOrNewSpecLikein interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
getStatus
@Deprecated public InMemoryChannelStatus getStatus()
Deprecated.This method has been deprecated, please use method buildStatus instead.- Specified by:
getStatusin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>- Returns:
- The buildable object.
-
buildStatus
public InMemoryChannelStatus buildStatus()
- Specified by:
buildStatusin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withStatus
public A withStatus(InMemoryChannelStatus status)
- Specified by:
withStatusin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
hasStatus
public Boolean hasStatus()
- Specified by:
hasStatusin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewStatus
public InMemoryChannelFluent.StatusNested<A> withNewStatus()
- Specified by:
withNewStatusin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
withNewStatusLike
public InMemoryChannelFluent.StatusNested<A> withNewStatusLike(InMemoryChannelStatus item)
- Specified by:
withNewStatusLikein interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
editStatus
public InMemoryChannelFluent.StatusNested<A> editStatus()
- Specified by:
editStatusin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
editOrNewStatus
public InMemoryChannelFluent.StatusNested<A> editOrNewStatus()
- Specified by:
editOrNewStatusin interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
editOrNewStatusLike
public InMemoryChannelFluent.StatusNested<A> editOrNewStatusLike(InMemoryChannelStatus item)
- Specified by:
editOrNewStatusLikein interfaceInMemoryChannelFluent<A extends InMemoryChannelFluent<A>>
-
-