INPUT_OBJECT

LabelSelectorRequirement

Description

Selector that contains values, a key, and an operator that relates the key and values.

link GraphQL Schema definition

  • input LabelSelectorRequirement {
  • # Label key that the selector applies to.
  • key: String
  • # Represents a key's relationship to a set of values. Valid operators are In,
  • # NotIn, Exists and DoesNotExist.
  • operator: String
  • # Array of string values.
  • values: [String!]
  • }