@jkcfg/kubernetes
Version:
jk Kubernetes library
20 lines • 360 B
JSON
{
"description": "PodDNSConfigOption defines DNS resolver options of a pod.",
"properties": {
"name": {
"description": "Required.",
"type": [
"string",
"null"
]
},
"value": {
"type": [
"string",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}