Package-level declarations

Types

Link copied to clipboard
class Lease : KotlinCustomResource

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
class LeaseCandidate : KotlinCustomResource

LeaseCandidate defines a candidate for a Lease object. Candidates are created such that coordinated leader election will pick the best leader from the list of candidates.

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

LeaseCandidate defines a candidate for a Lease object. Candidates are created such that coordinated leader election will pick the best leader from the list of candidates.

Link copied to clipboard
Link copied to clipboard
class LeaseCandidateList : KotlinCustomResource

LeaseCandidateList is a list of Lease objects.

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

LeaseCandidateList is a list of Lease objects.

Link copied to clipboard
Link copied to clipboard
object LeaseCandidateMapper : ResourceMapper<LeaseCandidate>
Link copied to clipboard
class LeaseCandidatePatch : 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. LeaseCandidate defines a candidate for a Lease object. Candidates are created such that coordinated leader election will pick the best leader from the list of candidates.

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

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. LeaseCandidate defines a candidate for a Lease object. Candidates are created such that coordinated leader election will pick the best leader from the list of candidates.

Link copied to clipboard
Link copied to clipboard
class LeaseList : KotlinCustomResource

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
object LeaseListMapper : ResourceMapper<LeaseList>
Link copied to clipboard
Link copied to clipboard
object LeaseMapper : ResourceMapper<Lease>
Link copied to clipboard
class LeasePatch : 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. 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
object LeasePatchMapper : ResourceMapper<LeasePatch>
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
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