Documentation ¶
Index ¶
Constants ¶
View Source
const A = "A"
View Source
const CNAME = "CNAME"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller manages communication between the orchestration and ipam system
func NewController ¶
func NewController( oClient orchestration.Client, iClient manager.Client, oChan <-chan bytes.Buffer, verifyInterval int, ) *Controller
NewController creates a Controller object
func (*Controller) Run ¶
func (ctlr *Controller) Run(stopCh <-chan struct{})
Run starts up the orchestration client and processes IPGroups as they are received
Click to show internal directories.
Click to hide internal directories.