Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
EventSource |
EventSourceBuilder.build() |
EventSource |
EventFluentImpl.buildSource() |
EventSource |
EventFluent.buildSource() |
EventSource |
DoneableEventSource.done() |
EventSource |
EventFluentImpl.getSource()
Deprecated.
|
EventSource |
EventFluent.getSource()
Deprecated.
|
EventSource |
Event.getSource() |
Modifier and Type | Method and Description |
---|---|
EventFluent.SourceNested<A> |
EventFluentImpl.editOrNewSourceLike(EventSource item) |
EventFluent.SourceNested<A> |
EventFluent.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> |
EventFluentImpl.withNewSourceLike(EventSource item) |
EventFluent.SourceNested<A> |
EventFluent.withNewSourceLike(EventSource item) |
A |
EventFluentImpl.withSource(EventSource source) |
A |
EventFluent.withSource(EventSource source) |
Constructor and Description |
---|
DoneableEventSource(EventSource item) |
DoneableEventSource(EventSource item,
Function<EventSource,EventSource> function) |
Event(String apiVersion,
Integer count,
String firstTimestamp,
ObjectReference involvedObject,
String kind,
String lastTimestamp,
String message,
ObjectMeta metadata,
String reason,
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.