package clusterroleaggregation
import "k8s.io/kubernetes/pkg/controller/clusterroleaggregation"
Index ¶
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(ctx context.Context, workers int)
Run starts the controller and blocks until stopCh is closed.
Source Files ¶
clusterroleaggregation_controller.go
- Version
- v1.25.1-rc.0
- Published
- Aug 23, 2022
- Platform
- js/wasm
- Imports
- 21 packages
- Last checked
- 21 seconds ago –
Tools for package owners.