Class AggregationRuleArgs.Builder

  • Enclosing class:
    AggregationRuleArgs

    public static final class AggregationRuleArgs.Builder
    extends java.lang.Object
    • 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