Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Http Header Structure

HTTPHeader describes a custom header to be used in HTTP probes

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

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

Properties

name value

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-http-header-structure.json",
  "name": "io.k8s.api.core.v1.HTTPHeader",
  "description": "HTTPHeader describes a custom header to be used in HTTP probes",
  "type": "object",
  "properties": {
    "name": {
      "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
      "type": "string"
    },
    "value": {
      "description": "The header field value",
      "type": "string"
    }
  },
  "required": [
    "name",
    "value"
  ]
}