Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller demonstrates how to implement a controller with client-go.
func NewController ¶
func NewController(queue workqueue.RateLimitingInterface, indexer cache.Indexer, informer cache.Controller) *Controller
NewController creates a new Controller.
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh chan struct{})
Run begins watching and syncing.
Click to show internal directories.
Click to hide internal directories.