UNPKG

@jkcfg/kubernetes

Version:
20 lines 367 B
{ "$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" ] } } }