Documentation ¶
Overview ¶
TODO: This entity should be implemented by a CRD where notification medium and events can be declared.
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 the controller implementation for notifier resources
func NewController ¶
func NewController( kubeclientset kubernetes.Interface, edgenetclientset clientset.Interface, tenantrequestInformer informers.TenantRequestInformer, rolerequestInformer informers.RoleRequestInformer, clusterrolerequestInformer informers.ClusterRoleRequestInformer) *Controller
NewController returns a new controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.