@jkcfg/kubernetes
Version:
jk Kubernetes library
11 lines • 363 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.",
"properties": {
"kubeletEndpoint": {
"description": "Endpoint on which Kubelet is listening.",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DaemonEndpoint"
}
}
}