Package io.fabric8.kubernetes.api.model
Class DoneableEventSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.EventSourceFluentImpl<DoneableEventSource>
io.fabric8.kubernetes.api.model.DoneableEventSource
- All Implemented Interfaces:
Fluent<DoneableEventSource>,Visitable<DoneableEventSource>,Doneable<EventSource>,EventSourceFluent<DoneableEventSource>
public class DoneableEventSource extends EventSourceFluentImpl<DoneableEventSource> implements Doneable<EventSource>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableEventSource(Function<EventSource,EventSource> function)DoneableEventSource(EventSource item)DoneableEventSource(EventSource item, Function<EventSource,EventSource> function) -
Method Summary
Modifier and Type Method Description EventSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.EventSourceFluentImpl
equals, getComponent, getHost, hasComponent, hasHost, withComponent, withHost, withNewComponent, withNewComponent, withNewComponent, withNewHost, withNewHost, withNewHost
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<EventSource>
-