UNPKG

@jkcfg/kubernetes

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