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