Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(topo topo.Store) *controller.Controller
NewController returns a new mastership controller
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler is mastership reconciler
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(id controller.ID) (controller.Result, error)
Reconcile reconciles the mastership state for a gnmi target
type TopoWatcher ¶
type TopoWatcher struct {
// contains filtered or unexported fields
}
TopoWatcher is a topology watcher
func (*TopoWatcher) Start ¶
func (w *TopoWatcher) Start(ch chan<- controller.ID) error
Start starts the topo store watcher
Click to show internal directories.
Click to hide internal directories.