Class AggregationRuleArgs
AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
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.Inputs.Rbac.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class AggregationRuleArgs : ResourceArgs
Properties
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 InputList<LabelSelectorArgs> ClusterRoleSelectors { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LabelSelectorArgs> |