AggregationRuleV1 Properties
Class Properties 1 member
Represents an aggregation rule for ClusterRoles in a Kubernetes environment. Aggregation rules allow defining how to aggregate multiple cluster roles for easier role-based access control (RBAC) management.
Represents a collection of label selectors used to specify the aggregation behavior for cluster roles. Each label selector in the collection defines criteria to match certain cluster roles, allowing aggregation of permissions across multiple roles.
public List<LabelSelectorV1> ClusterRoleSelectors { get; }