Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Local Object Reference Structure

LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

Type: object Properties: 1
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

name

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-local-object-reference-structure.json",
  "name": "io.k8s.api.core.v1.LocalObjectReference",
  "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
  "type": "object",
  "properties": {
    "name": {
      "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
      "type": "string"
    }
  }
}