Class AggregationRule.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • clusterRoleSelectors

        @Stability(Stable)
        public AggregationRule.Builder clusterRoleSelectors​(List<? extends LabelSelector> 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:
        this