Share via


AggregationRuleV1 Class

Definition

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.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class AggregationRuleV1
[<YamlDotNet.Serialization.YamlSerializable>]
type AggregationRuleV1 = class
Public NotInheritable Class AggregationRuleV1
Inheritance
AggregationRuleV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Constructors

AggregationRuleV1()

Properties

ClusterRoleSelectors

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.

Applies to