Interface EksLabelSelectorRequirement.Builder

  • Method Details

    • key

      The label key that the requirement applies to.

      Parameters:
      key - The label key that the requirement applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operator

      The operator that relates the label key to the values.

      Parameters:
      operator - The operator that relates the label key to the values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operator

      The operator that relates the label key to the values.

      Parameters:
      operator - The operator that relates the label key to the values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      The label values to compare against. Specify values when the operator is IN or NOT_IN. Leave this empty when the operator is EXISTS or DOES_NOT_EXIST.

      Parameters:
      values - The label values to compare against. Specify values when the operator is IN or NOT_IN. Leave this empty when the operator is EXISTS or DOES_NOT_EXIST.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The label values to compare against. Specify values when the operator is IN or NOT_IN. Leave this empty when the operator is EXISTS or DOES_NOT_EXIST.

      Parameters:
      values - The label values to compare against. Specify values when the operator is IN or NOT_IN. Leave this empty when the operator is EXISTS or DOES_NOT_EXIST.
      Returns:
      Returns a reference to this object so that method calls can be chained together.