Package-level declarations

Types

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

Functions