Class AggregationRule
AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
Inheritance
System.Object
AggregationRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Rbac.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class AggregationRule
Fields
View SourceClusterRoleSelectors
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
Declaration
public readonly ImmutableArray<LabelSelector> ClusterRoleSelectors
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<LabelSelector> |