kubernetesk8s.io/kubernetes/pkg/controller/clusterroleaggregation Index | Files

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.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
19 packages
Last checked
3 hours ago

Tools for package owners.