Package-level declarations
Types
Link copied to clipboard
data class LeaseSpec(val acquireTime: String? = null, val holderIdentity: String? = null, val leaseDurationSeconds: Int? = null, val leaseTransitions: Int? = null, val preferredHolder: String? = null, val renewTime: String? = null, val strategy: String? = null)
LeaseSpec is a specification of a Lease.
Link copied to clipboard
data class LeaseSpecPatch(val acquireTime: String? = null, val holderIdentity: String? = null, val leaseDurationSeconds: Int? = null, val leaseTransitions: Int? = null, val preferredHolder: String? = null, val renewTime: String? = null, val strategy: String? = null)
LeaseSpec is a specification of a Lease.