UNPKG

@jkcfg/kubernetes

Version:
21 lines 568 B
{ "description": "Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.", "required": [ "min", "max" ], "properties": { "max": { "description": "max is the end of the range, inclusive.", "type": "integer", "format": "int32" }, "min": { "description": "min is the start of the range, inclusive.", "type": "integer", "format": "int32" } }, "$schema": "http://json-schema.org/schema#", "type": "object" }