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 EventSourceEventSourceBuilder. build()EventSourceEventFluent. buildSource()EventSourceEvent. getSource()Event is a report of an event somewhere in the cluster.Methods in io.fabric8.kubernetes.api.model with parameters of type EventSource Modifier and Type Method Description protected voidEventSourceFluent. copyInstance(EventSource instance)EventFluent.SourceNested<A>EventFluent. editOrNewSourceLike(EventSource item)voidEvent. setSource(EventSource source)Event is a report of an event somewhere in the cluster.EventFluent.SourceNested<A>EventFluent. withNewSourceLike(EventSource item)AEventFluent. 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)
-