@jkcfg/kubernetes
Version:
jk Kubernetes library
18 lines • 374 B
JSON
{
"description": "DaemonEndpoint contains information about a single Daemon endpoint.",
"properties": {
"Port": {
"description": "Port number of the given endpoint.",
"format": "int32",
"type": [
"integer",
"null"
]
}
},
"required": [
"Port"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}