Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Node Selector Term Structure

A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.

Type: object Properties: 2
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.k8s.api.core.v1.NodeSelectorTerm is a JSON Structure definition published by Argo Workflows, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

matchExpressions matchFields

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-k8s-api-core-v1-node-selector-term-structure.json",
  "name": "io.k8s.api.core.v1.NodeSelectorTerm",
  "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.",
  "type": "object",
  "properties": {
    "matchExpressions": {
      "description": "A list of node selector requirements by node's labels.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
      },
      "x-kubernetes-list-type": "atomic"
    },
    "matchFields": {
      "description": "A list of node selector requirements by node's fields.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
      },
      "x-kubernetes-list-type": "atomic"
    }
  }
}