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