UNPKG

@jkcfg/kubernetes

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