Class ClusterResourceQuotaSelector

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterResourceQuotaSelector
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterResourceQuotaSelectorBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterResourceQuotaSelector is used to select projects. At least one of LabelSelector or AnnotationSelector must present. If only one is present, it is the only selection criteria. If both are specified, the project must match both restrictions.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterResourceQuotaSelector

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

        public ClusterResourceQuotaSelector​(Map<String,​String> annotations,
                                            io.fabric8.kubernetes.api.model.LabelSelector labels)
    • Method Detail

      • getAnnotations

        public Map<String,​String> getAnnotations()
        AnnotationSelector is used to select projects by annotation.
      • setAnnotations

        public void setAnnotations​(Map<String,​String> annotations)
        AnnotationSelector is used to select projects by annotation.
      • getLabels

        public io.fabric8.kubernetes.api.model.LabelSelector getLabels()
        ClusterResourceQuotaSelector is used to select projects. At least one of LabelSelector or AnnotationSelector must present. If only one is present, it is the only selection criteria. If both are specified, the project must match both restrictions.
      • setLabels

        public void setLabels​(io.fabric8.kubernetes.api.model.LabelSelector labels)
        ClusterResourceQuotaSelector is used to select projects. At least one of LabelSelector or AnnotationSelector must present. If only one is present, it is the only selection criteria. If both are specified, the project must match both restrictions.
      • getAdditionalProperties

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

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

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