Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sLeaderElectionMgr ¶
type K8sLeaderElectionMgr struct {
// contains filtered or unexported fields
}
K8sLeaderElectionMgr manages leader election among cloud connectors by talking to the leader election side car.
func NewK8sLeaderElectionMgr ¶
func NewK8sLeaderElectionMgr(electionNamespace string, expectedMaxSkewMS, renewDeadlineMS time.Duration, electionName string) (*K8sLeaderElectionMgr, error)
NewK8sLeaderElectionMgr creates a K8sLeaderElectionMgr.
Click to show internal directories.
Click to hide internal directories.