UNPKG

@jkcfg/kubernetes

Version:
17 lines 474 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "path" ], "type": "object", "description": "Local represents directly-attached storage with node affinity", "properties": { "path": { "type": [ "string", "null" ], "description": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device" } } }