Show / Hide Table of Contents

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.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class AggregationRule

Fields

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 readonly ImmutableArray<LabelSelector> ClusterRoleSelectors
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<LabelSelector>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.