Package-level declarations

Types

Link copied to clipboard

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.

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>? = null, 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. 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.

Link copied to clipboard

Builder for EventArgs.

Link copied to clipboard

EventList is a list of Event objects.

Link copied to clipboard
data class EventListArgs(val apiVersion: Output<String>? = null, val items: Output<List<EventArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<EventListArgs>

EventList is a list of Event objects.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. 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.

Link copied to clipboard
data class EventPatchArgs(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<EventSourcePatchArgs>? = null, val eventTime: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val note: Output<String>? = null, val reason: Output<String>? = null, val regarding: Output<ObjectReferencePatchArgs>? = null, val related: Output<ObjectReferencePatchArgs>? = null, val reportingController: Output<String>? = null, val reportingInstance: Output<String>? = null, val series: Output<EventSeriesPatchArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<EventPatchArgs>

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. 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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Builder for Event.

Functions

Link copied to clipboard
fun event(name: String): Event
suspend fun event(name: String, block: suspend EventResourceBuilder.() -> Unit): Event
Link copied to clipboard
suspend fun eventList(name: String, block: suspend EventListResourceBuilder.() -> Unit): EventList
Link copied to clipboard
suspend fun eventPatch(name: String, block: suspend EventPatchResourceBuilder.() -> Unit): EventPatch