Event
data class Event(val action: String? = null, val apiVersion: String? = null, val deprecatedCount: Int? = null, val deprecatedFirstTimestamp: String? = null, val deprecatedLastTimestamp: String? = null, val deprecatedSource: EventSource? = null, val eventTime: String, val kind: String? = null, val metadata: ObjectMeta? = null, val note: String? = null, val reason: String? = null, val regarding: ObjectReference? = null, val related: ObjectReference? = null, val reportingController: String? = null, val reportingInstance: String? = null, val series: EventSeries? = null, val type: String? = null)
Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. 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, deprecatedCount: Int? = null, deprecatedFirstTimestamp: String? = null, deprecatedLastTimestamp: String? = null, deprecatedSource: EventSource? = null, eventTime: String, kind: String? = null, metadata: ObjectMeta? = null, note: String? = null, reason: String? = null, regarding: ObjectReference? = null, related: ObjectReference? = null, reportingController: String? = null, reportingInstance: String? = null, series: EventSeries? = null, type: String? = null)