Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
EventSource |
EventSourceBuilder.build() |
EventSource |
EventFluent.buildSource() |
EventSource |
EventFluentImpl.buildSource() |
EventSource |
DoneableEventSource.done() |
EventSource |
EventFluent.getSource()
Deprecated.
|
EventSource |
EventFluentImpl.getSource()
Deprecated.
|
EventSource |
Event.getSource() |
Modifier and Type | Method and Description |
---|---|
EventFluent.SourceNested<A> |
EventFluent.editOrNewSourceLike(EventSource item) |
EventFluent.SourceNested<A> |
EventFluentImpl.editOrNewSourceLike(EventSource item) |
void |
Event.setSource(EventSource source) |
A |
WatchEventFluentImpl.withEventSourceObject(EventSource eventSourceObject) |
A |
WatchEventFluent.withEventSourceObject(EventSource eventSourceObject) |
WatchEventFluent.EventSourceObjectNested<A> |
WatchEventFluentImpl.withNewEventSourceObjectLike(EventSource item) |
WatchEventFluent.EventSourceObjectNested<A> |
WatchEventFluent.withNewEventSourceObjectLike(EventSource item) |
EventFluent.SourceNested<A> |
EventFluent.withNewSourceLike(EventSource item) |
EventFluent.SourceNested<A> |
EventFluentImpl.withNewSourceLike(EventSource item) |
A |
EventFluent.withSource(EventSource source) |
A |
EventFluentImpl.withSource(EventSource source) |
Constructor and Description |
---|
DoneableEventSource(EventSource item) |
DoneableEventSource(EventSource item,
Function<EventSource,EventSource> function) |
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(EventSource instance,
Boolean validationEnabled) |
EventSourceBuilder(EventSourceFluent<?> fluent,
EventSource instance) |
EventSourceBuilder(EventSourceFluent<?> fluent,
EventSource instance,
Boolean validationEnabled) |
EventSourceFluentImpl(EventSource instance) |
Constructor and Description |
---|
DoneableEventSource(EventSource item,
Function<EventSource,EventSource> function) |
DoneableEventSource(EventSource item,
Function<EventSource,EventSource> function) |
DoneableEventSource(Function<EventSource,EventSource> function) |
DoneableEventSource(Function<EventSource,EventSource> function) |
Copyright © 2011–2018 Red Hat. All rights reserved.