| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
EventSource |
EventFluent.getSource() |
EventSource |
Event.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setSource(EventSource source) |
T |
EventFluent.withSource(EventSource source) |
| Constructor and Description |
|---|
EditableEvent(Event.ApiVersion apiVersion,
Integer count,
String firstTimestamp,
ObjectReference involvedObject,
String kind,
String lastTimestamp,
String message,
ObjectMeta metadata,
String reason,
EventSource source) |
Event(Event.ApiVersion apiVersion,
Integer count,
String firstTimestamp,
ObjectReference involvedObject,
String kind,
String lastTimestamp,
String message,
ObjectMeta metadata,
String reason,
EventSource source) |
Copyright © 2011–2015 Red Hat. All rights reserved.