UNPKG

@jkcfg/kubernetes

Version:
11 lines 347 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/v1.DaemonEndpoint" } } }