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.27.0-alpha.0
Published
Nov 15, 2022
Platform
js/wasm
Imports
19 packages
Last checked
3 minutes ago

Tools for package owners.