python/kubernetes/docs/V1AggregationRule.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

668 B

V1AggregationRule

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Properties

Name Type Description Notes
cluster_role_selectors **list[V1LabelSelector]** 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 [optional]

[Back to Model list] [Back to API list] [Back to README]