KubeEvent.Builder |
KubeEvent.Builder.action(String action) |
action is what action was taken/failed regarding to the regarding object.
|
static KubeEvent.Builder |
KubeEvent.Builder.create(software.constructs.Construct scope,
String id) |
|
KubeEvent.Builder |
KubeEvent.Builder.deprecatedCount(Number deprecatedCount) |
deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event type.
|
KubeEvent.Builder |
KubeEvent.Builder.deprecatedFirstTimestamp(Instant deprecatedFirstTimestamp) |
deprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type.
|
KubeEvent.Builder |
KubeEvent.Builder.deprecatedLastTimestamp(Instant deprecatedLastTimestamp) |
deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type.
|
KubeEvent.Builder |
KubeEvent.Builder.deprecatedSource(EventSource deprecatedSource) |
deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type.
|
KubeEvent.Builder |
KubeEvent.Builder.eventTime(Instant eventTime) |
eventTime is the time when this Event was first observed.
|
KubeEvent.Builder |
KubeEvent.Builder.metadata(ObjectMeta metadata) |
Standard object's metadata.
|
KubeEvent.Builder |
KubeEvent.Builder.note(String note) |
note is a human-readable description of the status of this operation.
|
KubeEvent.Builder |
KubeEvent.Builder.reason(String reason) |
reason is why the action was taken.
|
KubeEvent.Builder |
KubeEvent.Builder.regarding(ObjectReference regarding) |
regarding contains the object this Event is about.
|
KubeEvent.Builder |
KubeEvent.Builder.related(ObjectReference related) |
related is the optional secondary object for more complex actions.
|
KubeEvent.Builder |
KubeEvent.Builder.reportingController(String reportingController) |
reportingController is the name of the controller that emitted this Event, e.g.
|
KubeEvent.Builder |
KubeEvent.Builder.reportingInstance(String reportingInstance) |
reportingInstance is the ID of the controller instance, e.g.
|
KubeEvent.Builder |
KubeEvent.Builder.series(EventSeries series) |
series is data about the Event series this event represents or nil if it's a singleton Event.
|
KubeEvent.Builder |
KubeEvent.Builder.type(String type) |
type is the type of this event (Normal, Warning), new types could be added in the future.
|