Package org.cdk8s.plus25.k8s
Interface AggregationRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AggregationRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.456Z") @Stability(Stable) public interface AggregationRule extends software.amazon.jsii.JsiiSerializable
AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAggregationRule.BuilderA builder forAggregationRulestatic classAggregationRule.Jsii$ProxyAn implementation forAggregationRule
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AggregationRule.Builderbuilder()default List<LabelSelector>getClusterRoleSelectors()ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules.
-
-
-
Method Detail
-
getClusterRoleSelectors
@Stability(Stable) @Nullable default List<LabelSelector> getClusterRoleSelectors()
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
@Stability(Stable) static AggregationRule.Builder builder()
- Returns:
- a
AggregationRule.BuilderofAggregationRule
-
-