UNPKG

@jkcfg/kubernetes

Version:
25 lines 469 B
{ "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name", "type": [ "string", "null" ] }, "value": { "description": "The header field value", "type": [ "string", "null" ] } }, "required": [ "name", "value" ], "type": "object", "$schema": "http://json-schema.org/schema#" }