Event Patch Args
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.
Constructors
Link copied to clipboard
fun EventPatchArgs(action: Output<String>? = null, apiVersion: Output<String>? = null, deprecatedCount: Output<Int>? = null, deprecatedFirstTimestamp: Output<String>? = null, deprecatedLastTimestamp: Output<String>? = null, deprecatedSource: Output<EventSourcePatchArgs>? = null, eventTime: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaPatchArgs>? = null, note: Output<String>? = null, reason: Output<String>? = null, regarding: Output<ObjectReferencePatchArgs>? = null, related: Output<ObjectReferencePatchArgs>? = null, reportingController: Output<String>? = null, reportingInstance: Output<String>? = null, series: Output<EventSeriesPatchArgs>? = null, type: Output<String>? = null)