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