Package-level declarations
Types
Link copied to clipboard
data class EventArgs(val action: Output<String>? = null, val apiVersion: Output<String>? = null, val deprecatedCount: Output<Int>? = null, val deprecatedFirstTimestamp: Output<String>? = null, val deprecatedLastTimestamp: Output<String>? = null, val deprecatedSource: Output<EventSourceArgs>? = null, val eventTime: Output<String>, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val note: Output<String>? = null, val reason: Output<String>? = null, val regarding: Output<ObjectReferenceArgs>? = null, val related: Output<ObjectReferenceArgs>? = null, val reportingController: Output<String>? = null, val reportingInstance: Output<String>? = null, val series: Output<EventSeriesArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<EventArgs>
Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system.
Link copied to clipboard
class EventArgsBuilder
Builder for EventArgs.
Link copied to clipboard
data class EventSeriesArgs(val count: Output<Int>, val lastObservedTime: Output<String>, val state: Output<String>) : ConvertibleToJava<EventSeriesArgs>
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
Link copied to clipboard
class EventSeriesArgsBuilder
Builder for EventSeriesArgs.
Link copied to clipboard
data class EventSeriesPatchArgs(val count: Output<Int>? = null, val lastObservedTime: Output<String>? = null, val state: Output<String>? = null) : ConvertibleToJava<EventSeriesPatchArgs>
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
Link copied to clipboard
Builder for EventSeriesPatchArgs.