Options
All
  • Public
  • Public/Protected
  • All
Menu

LeaseSpec is a specification of a Lease.

export
interface

IoK8sApiCoordinationV1LeaseSpec

Hierarchy

  • IoK8sApiCoordinationV1LeaseSpec

Index

Properties

acquireTime?: string

MicroTime is version of Time with microsecond level precision.

memberof

IoK8sApiCoordinationV1LeaseSpec

holderIdentity?: string

holderIdentity contains the identity of the holder of a current lease.

memberof

IoK8sApiCoordinationV1LeaseSpec

leaseDurationSeconds?: number

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.

memberof

IoK8sApiCoordinationV1LeaseSpec

leaseTransitions?: number

leaseTransitions is the number of transitions of a lease between holders.

memberof

IoK8sApiCoordinationV1LeaseSpec

renewTime?: string

MicroTime is version of Time with microsecond level precision.

memberof

IoK8sApiCoordinationV1LeaseSpec

Generated using TypeDoc