Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeaderForLife ¶ added in v0.13.0
type LeaderForLife struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx context.Context, logger hclog.Logger, clientset kubernetes.Interface, exitOnError chan error) *LeaderForLife
New returns a Elector that uses the operator-sdk's leader for life elector
func (*LeaderForLife) IsLeader ¶ added in v0.13.0
func (le *LeaderForLife) IsLeader() (bool, error)
IsLeader returns whether this host is the leader
Click to show internal directories.
Click to hide internal directories.