Package-level declarations

Types

Link copied to clipboard

Lease defines a lease concept.

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

Lease defines a lease concept.

Link copied to clipboard

Builder for LeaseArgs.

Link copied to clipboard

LeaseList is a list of Lease objects.

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

LeaseList is a list of Lease 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. Lease defines a lease concept.

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

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. Lease defines a lease concept.

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

Builder for Lease.

Functions

Link copied to clipboard
fun lease(name: String): Lease
suspend fun lease(name: String, block: suspend LeaseResourceBuilder.() -> Unit): Lease
Link copied to clipboard
suspend fun leaseList(name: String, block: suspend LeaseListResourceBuilder.() -> Unit): LeaseList
Link copied to clipboard
suspend fun leasePatch(name: String, block: suspend LeasePatchResourceBuilder.() -> Unit): LeasePatch