OBJECT

KubernetesKindPodSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsMatchFields

A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

link GraphQL Schema definition

  • type KubernetesKindPodSpecAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTermsMatchFields {
  • # The 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, DoesNotExist. Gt, and Lt.
  • operator: String
  • values: [String]
  • }