Show / Hide Table of Contents

Class AggregationRuleArgs

AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Inheritance
System.Object
InputArgs
ResourceArgs
AggregationRuleArgs
Inherited Members
ResourceArgs.Empty
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.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class AggregationRuleArgs : ResourceArgs

Properties

View Source

ClusterRoleSelectors

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.