Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterStatusPoller ¶
type ClusterStatusPoller interface { Start(<-chan struct{}) error NeedLeaderElection() bool Clusters() Clusters }
func NewClustersStatusPoller ¶
func NewClustersStatusPoller(globalConfig *mode.GlobalConfig) (ClusterStatusPoller, error)
type ClustersStatusPoller ¶
func (*ClustersStatusPoller) Clusters ¶
func (p *ClustersStatusPoller) Clusters() Clusters
func (*ClustersStatusPoller) NeedLeaderElection ¶
func (p *ClustersStatusPoller) NeedLeaderElection() bool
func (*ClustersStatusPoller) Start ¶
func (p *ClustersStatusPoller) Start(stop <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.