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