Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Pod Dns Config Option Structure

PodDNSConfigOption defines DNS resolver options of a pod.

Type: object Properties: 2
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.k8s.api.core.v1.PodDNSConfigOption 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

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-pod-dns-config-option-structure.json",
  "name": "io.k8s.api.core.v1.PodDNSConfigOption",
  "description": "PodDNSConfigOption defines DNS resolver options of a pod.",
  "type": "object",
  "properties": {
    "name": {
      "description": "Name is this DNS resolver option's name. Required.",
      "type": "string"
    },
    "value": {
      "description": "Value is this DNS resolver option's value.",
      "type": "string"
    }
  }
}