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 is responsible for performing actions dependent upon a channel phase
func NewController ¶
func NewController( client clientset.Interface, channelInformer notifyinformers.ChannelInformer, resyncPeriod time.Duration, finalizerToken v1.FinalizerName) *Controller
NewController creates a new Controller
func (*Controller) Run ¶
func (nm *Controller) Run(workers int, stopCh <-chan struct{})
Run starts observing the system with the specified number of workers.
Click to show internal directories.
Click to hide internal directories.