Share via


AggregationRuleV1.ClusterRoleSelectors Property

Definition

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.

[YamlDotNet.Serialization.YamlMember(Alias="clusterRoleSelectors")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.LabelSelectorV1> ClusterRoleSelectors { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="clusterRoleSelectors")>]
member this.ClusterRoleSelectors : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.LabelSelectorV1>
Public ReadOnly Property ClusterRoleSelectors As List(Of LabelSelectorV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to