Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(topo topo.Store, conns gnmi.ConnManager, configurations configuration.Store, pluginRegistry pluginregistry.PluginRegistry) *controller.Controller
NewController returns a configuration controller
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles configurations
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(id controller.ID) (controller.Result, error)
Reconcile reconciles target configurations
type TopoWatcher ¶
type TopoWatcher struct {
// contains filtered or unexported fields
}
TopoWatcher 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.