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 watching discoverySelectors
func NewController ¶
func NewController( clientset *kubernetes.Clientset, updateDiscoverySelector func([]*metav1.LabelSelector) error, reconcileAllNamespaces func(context.Context) error, ) *Controller
NewController creates a new service controller
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Run begins watching and syncing.
Click to show internal directories.
Click to hide internal directories.