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(workers int, stopCh <-chan struct{})
Run starts the controller and blocks until stopCh is closed.
Source Files ¶
clusterroleaggregation_controller.go
- Version
- v1.14.4
- Published
- Jul 4, 2019
- Platform
- js/wasm
- Imports
- 17 packages
- Last checked
- 10 seconds ago –
Tools for package owners.