Class AggregationRule

    • Constructor Detail

      • AggregationRule

        public AggregationRule()
        No args constructor for use in serialization
      • AggregationRule

        public AggregationRule​(List<LabelSelector> clusterRoleSelectors)
    • Method Detail

      • getClusterRoleSelectors

        public 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
      • setClusterRoleSelectors

        public void setClusterRoleSelectors​(List<LabelSelector> 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
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)