Class AggregationRule
- java.lang.Object
-
- com.pulumi.kubernetes.rbac.v1.outputs.AggregationRule
-
public final class AggregationRule extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AggregationRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AggregationRule.Builder
builder()
static AggregationRule.Builder
builder(AggregationRule defaults)
java.util.List<LabelSelector>
clusterRoleSelectors()
-
-
-
Method Detail
-
clusterRoleSelectors
public java.util.List<LabelSelector> clusterRoleSelectors()
- Returns:
- 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
-
builder
public static AggregationRule.Builder builder()
-
builder
public static AggregationRule.Builder builder(AggregationRule defaults)
-
-