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