Argo Workflows · Schema

io.k8s.api.core.v1.PodDNSConfigOption

PodDNSConfigOption defines DNS resolver options of a pod.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
name string Name is this DNS resolver option's name. Required.
value string Value is this DNS resolver option's value.
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-k8s-api-core-v1-pod-dns-config-option-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-io-k8s-api-core-v1-pod-dns-config-option-schema.json",
  "title": "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"
    }
  }
}