Class AggregationRule

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<AggregationRuleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AggregationRule
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AggregationRuleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
    See Also:
    Serialized Form
    • Constructor Detail

      • AggregationRule

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

        public AggregationRule​(List<io.fabric8.kubernetes.api.model.LabelSelector> clusterRoleSelectors)
    • Method Detail

      • getClusterRoleSelectors

        public List<io.fabric8.kubernetes.api.model.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<io.fabric8.kubernetes.api.model.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)