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