Package-level declarations

Types

Link copied to clipboard
class Event : KotlinCustomResource

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 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.

Link copied to clipboard

Builder for EventArgs.

Link copied to clipboard
class EventList : KotlinCustomResource

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
object EventListMapper : ResourceMapper<EventList>
Link copied to clipboard
Link copied to clipboard
object EventMapper : ResourceMapper<Event>
Link copied to clipboard
class EventPatch : KotlinCustomResource

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.

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.

Link copied to clipboard
Link copied to clipboard
object EventPatchMapper : ResourceMapper<EventPatch>
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