Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Object Field Selector Structure

ObjectFieldSelector selects an APIVersioned field of an object.

Type: object Properties: 2 Required: 1
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

apiVersion fieldPath

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-object-field-selector-structure.json",
  "name": "io.k8s.api.core.v1.ObjectFieldSelector",
  "description": "ObjectFieldSelector selects an APIVersioned field of an object.",
  "type": "object",
  "properties": {
    "apiVersion": {
      "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".",
      "type": "string"
    },
    "fieldPath": {
      "description": "Path of the field to select in the specified API version.",
      "type": "string"
    }
  },
  "required": [
    "fieldPath"
  ]
}