UNPKG

@jkcfg/kubernetes

Version:
11 lines 373 B
{ "$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.kubernetes.pkg.api.v1.DaemonEndpoint" } } }