Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8s ¶
type K8s struct {
// contains filtered or unexported fields
}
func (*K8s) RunLeaderElection ¶
type K8sLeaderCallbacks ¶
type K8sLeaderCallbacks struct { OnStartedLeading StartLeadingFunc OnStoppedLeading StopLeadingFunc OnNewLeader NewLeaderFunc }
type NewLeaderFunc ¶
type NewLeaderFunc func(string)
type StartLeadingFunc ¶
type StopLeadingFunc ¶
type StopLeadingFunc func()
Click to show internal directories.
Click to hide internal directories.