Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
data class EventSeries(val count: Int, val lastObservedTime: String, val state: String)

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Link copied to clipboard
data class EventSeriesPatch(val count: Int? = null, val lastObservedTime: String? = null, val state: String? = null)

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.