type LeaseLock …
func (ll *LeaseLock) Get(ctx context.Context) (*LeaderElectionRecord, []byte, error) { … }
func (ll *LeaseLock) Create(ctx context.Context, ler LeaderElectionRecord) error { … }
func (ll *LeaseLock) Update(ctx context.Context, ler LeaderElectionRecord) error { … }
func (ll *LeaseLock) RecordEvent(s string) { … }
func (ll *LeaseLock) Describe() string { … }
func (ll *LeaseLock) Identity() string { … }
func LeaseSpecToLeaderElectionRecord(spec *coordinationv1.LeaseSpec) *LeaderElectionRecord { … }
func LeaderElectionRecordToLeaseSpec(ler *LeaderElectionRecord) coordinationv1.LeaseSpec { … }