Get desktop application:
View/edit binary Protocol Buffers messages
Lease defines a lease concept.
Used in:
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
Specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
LeaseList is a list of Lease objects.
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
Items is a list of schema objects.
LeaseSpec is a specification of a Lease.
Used in:
holderIdentity contains the identity of the holder of a current lease. +optional
leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed RenewTime. +optional
acquireTime is a time when the current lease was acquired. +optional
renewTime is a time when the current holder of a lease has last updated the lease. +optional
leaseTransitions is the number of transitions of a lease between holders. +optional