Class AggregationRuleArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.rbac.v1alpha1.inputs.AggregationRuleArgs.Builder
-
- Enclosing class:
- AggregationRuleArgs
public static final class AggregationRuleArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AggregationRuleArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationRuleArgs
build()
AggregationRuleArgs.Builder
clusterRoleSelectors(com.pulumi.core.Output<java.util.List<LabelSelectorArgs>> clusterRoleSelectors)
AggregationRuleArgs.Builder
clusterRoleSelectors(LabelSelectorArgs... clusterRoleSelectors)
AggregationRuleArgs.Builder
clusterRoleSelectors(java.util.List<LabelSelectorArgs> clusterRoleSelectors)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AggregationRuleArgs defaults)
-
-
Method Detail
-
clusterRoleSelectors
public AggregationRuleArgs.Builder clusterRoleSelectors(@Nullable com.pulumi.core.Output<java.util.List<LabelSelectorArgs>> clusterRoleSelectors)
- Parameters:
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- Returns:
- builder
-
clusterRoleSelectors
public AggregationRuleArgs.Builder clusterRoleSelectors(java.util.List<LabelSelectorArgs> clusterRoleSelectors)
- Parameters:
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- Returns:
- builder
-
clusterRoleSelectors
public AggregationRuleArgs.Builder clusterRoleSelectors(LabelSelectorArgs... clusterRoleSelectors)
- Parameters:
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- Returns:
- builder
-
build
public AggregationRuleArgs build()
-
-