Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(leadership leadershipstore.Store, deviceCache cache.Cache, devices devicestore.Store, networkChanges networkchangestore.Store, deviceChanges devicechangestore.Store) *controller.Controller
NewController returns a new config controller
Types ¶
type DeviceWatcher ¶
type DeviceWatcher struct { DeviceCache cache.Cache DeviceStore devicestore.Store ChangeStore devicechangestore.Store // contains filtered or unexported fields }
DeviceWatcher is a device change watcher
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler is a config reconciler
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(id types.ID) (controller.Result, error)
Reconcile reconciles the state of a network configuration
Click to show internal directories.
Click to hide internal directories.