Uses of Class
io.fabric8.kubernetes.api.model.EventSource
-
Packages that use EventSource Package Description io.fabric8.kubernetes.api.model -
-
Uses of EventSource in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return EventSource Modifier and Type Method Description EventSource
EventSourceBuilder. build()
EventSource
EventFluent. buildSource()
EventSource
Event. getSource()
Methods in io.fabric8.kubernetes.api.model with parameters of type EventSource Modifier and Type Method Description protected void
EventSourceFluent. copyInstance(EventSource instance)
EventFluent.SourceNested<A>
EventFluent. editOrNewSourceLike(EventSource item)
void
Event. setSource(EventSource source)
EventFluent.SourceNested<A>
EventFluent. withNewSourceLike(EventSource item)
A
EventFluent. withSource(EventSource source)
Constructors in io.fabric8.kubernetes.api.model with parameters of type EventSource Constructor Description Event(String action, String apiVersion, Integer count, MicroTime eventTime, String firstTimestamp, ObjectReference involvedObject, String kind, String lastTimestamp, String message, ObjectMeta metadata, String reason, ObjectReference related, String reportingComponent, String reportingInstance, EventSeries series, EventSource source, String type)
EventSourceBuilder(EventSource instance)
EventSourceBuilder(EventSourceFluent<?> fluent, EventSource instance)
EventSourceFluent(EventSource instance)
-