Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultRoleBindingController ¶
type DefaultRoleBindingController struct {
// contains filtered or unexported fields
}
DefaultRoleBindingController is a controller to combine cluster roles
func NewDefaultRoleBindingsController ¶
func NewDefaultRoleBindingsController(roleBindingInformer rbacinformers.RoleBindingInformer, namespaceInformer coreinformers.NamespaceInformer, roleBindingClient rbacclient.RoleBindingsGetter) *DefaultRoleBindingController
NewDefaultRoleBinding creates a new controller
func (*DefaultRoleBindingController) Run ¶
func (c *DefaultRoleBindingController) Run(workers int, stopCh <-chan struct{})
Run starts the controller and blocks until stopCh is closed.
Click to show internal directories.
Click to hide internal directories.