Class ScopedResourceSelectorRequirement

    • Constructor Detail

      • ScopedResourceSelectorRequirement

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

        public ScopedResourceSelectorRequirement​(String operator,
                                                 String scopeName,
                                                 List<String> values)
    • Method Detail

      • getOperator

        public String getOperator()
        Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.
      • setOperator

        public void setOperator​(String operator)
        Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.
      • getScopeName

        public String getScopeName()
        The name of the scope that the selector applies to.
      • setScopeName

        public void setScopeName​(String scopeName)
        The name of the scope that the selector applies to.
      • getValues

        public List<String> getValues()
        An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
      • setValues

        public void setValues​(List<String> values)
        An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
      • getAdditionalProperties

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

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

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