Files
perl/docs/V1AggregationRule.md
2019-03-23 16:42:23 +08:00

684 B

Kubernetes::Object::V1AggregationRule

Load the model package

use Kubernetes::Object::V1AggregationRule;

Properties

Name Type Description Notes
cluster_role_selectors ARRAY[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]