Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Spec // contains filtered or unexported fields }
func NewController ¶
func NewController(spec Spec) *Controller
func (*Controller) Start ¶
func (ctlr *Controller) Start()
func (*Controller) Stop ¶
func (ctlr *Controller) Stop()
type Spec ¶
type Spec struct { Orchestrator orchestration.Orchestrator Manager manager.Manager StopCh chan struct{} }
Click to show internal directories.
Click to hide internal directories.