Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartController ¶ added in v0.0.2
func StartController(config *util.ControllerConfig, stopChan <-chan struct{}) error
StartController starts the Controller for managing FederatedTypeConfig objects.
Types ¶
type Controller ¶ added in v0.0.2
type Controller struct {
// contains filtered or unexported fields
}
Controller manages the FederatedTypeConfig objects in federation.
func (*Controller) Run ¶ added in v0.0.2
func (c *Controller) Run(stopChan <-chan struct{})
Run runs the Controller.
Click to show internal directories.
Click to hide internal directories.