@jkcfg/kubernetes
Version:
jk Kubernetes library
25 lines • 502 B
JSON
{
"description": "NodeAddress contains information for the node's address.",
"required": [
"type",
"address"
],
"properties": {
"address": {
"description": "The node address.",
"type": [
"string",
"null"
]
},
"type": {
"description": "Node address type, one of Hostname, ExternalIP or InternalIP.",
"type": [
"string",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}