Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterRoleAggregationController ¶
type ClusterRoleAggregationController struct {
// contains filtered or unexported fields
}
ClusterRoleAggregationController is a controller to combine cluster roles
func NewClusterRoleAggregation ¶
func NewClusterRoleAggregation(clusterRoleInformer rbacinformers.ClusterRoleInformer, clusterRoleClient rbacclient.ClusterRolesGetter) *ClusterRoleAggregationController
NewClusterRoleAggregation creates a new controller
func (*ClusterRoleAggregationController) Run ¶
func (c *ClusterRoleAggregationController) 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.