INPUT_OBJECT
Selector that contains values, a key, and an operator that relates the key and values.
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!]}