Package-level declarations
Types
Link copied to clipboard
data class LeaseCandidate(val apiVersion: String? = null, val kind: String? = null, val metadata: ObjectMeta? = null, val spec: LeaseCandidateSpec? = null)
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