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