Package-level declarations

Types

Link copied to clipboard

AuditSink represents a cluster level audit sink

Link copied to clipboard
data class AuditSinkArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<AuditSinkSpecArgs>? = null) : ConvertibleToJava<AuditSinkArgs>

AuditSink represents a cluster level audit sink

Link copied to clipboard
Link copied to clipboard

AuditSinkList is a list of AuditSink items.

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

AuditSinkList is a list of AuditSink items.

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. AuditSink represents a cluster level audit sink

Link copied to clipboard
data class AuditSinkPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<AuditSinkSpecPatchArgs>? = null) : ConvertibleToJava<AuditSinkPatchArgs>

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. AuditSink represents a cluster level audit sink

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun auditSink(name: String, block: suspend AuditSinkResourceBuilder.() -> Unit): AuditSink
Link copied to clipboard
Link copied to clipboard