Namespace k8s.LeaderElection
Classes
LeaderElectionConfig
LeaderElectionRecord
LeaderElectionRecord is the record that is stored in the leader election annotation. This information should be used for observational purposes only and could be replaced with a random string (e.g. UUID) with only slight modification of this code.
LeaderElector
Interfaces
ILock
ILock offers a common interface for locking on arbitrary resources used in leader election. The Interface is used to hide the details on specific implementations in order to allow them to change over time.