# io.k8s.api.rbac.v1.AggregationRule

From **Kubernetes**.

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

- Type: `object`

## Properties

### `clusterRoleSelectors`

- Required: false
- Type: `array`

clusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added

## JSON Schema

```json
{"description":"AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole","properties":{"clusterRoleSelectors":{"description":"clusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added","items":{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object"}
```
