Event
data class Event(val action: String? = null, val apiVersion: String? = null, val count: Int? = null, val eventTime: String? = null, val firstTimestamp: String? = null, val involvedObject: ObjectReference, val kind: String? = null, val lastTimestamp: String? = null, val message: String? = null, val metadata: ObjectMeta, val reason: String? = null, val related: ObjectReference? = null, val reportingComponent: String? = null, val reportingInstance: String? = null, val series: EventSeries? = null, val source: EventSource? = null, val type: String? = null)
Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.
Constructors
Link copied to clipboard
fun Event(action: String? = null, apiVersion: String? = null, count: Int? = null, eventTime: String? = null, firstTimestamp: String? = null, involvedObject: ObjectReference, kind: String? = null, lastTimestamp: String? = null, message: String? = null, metadata: ObjectMeta, reason: String? = null, related: ObjectReference? = null, reportingComponent: String? = null, reportingInstance: String? = null, series: EventSeries? = null, source: EventSource? = null, type: String? = null)