Package org.cdk8s.plus24.k8s
Interface AggregationRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AggregationRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-07-08T00:25:14.332Z") @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 class
AggregationRule.Builder
A builder forAggregationRule
static class
AggregationRule.Jsii$Proxy
An implementation forAggregationRule
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AggregationRule.Builder
builder()
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.Builder
ofAggregationRule
-
-