UNPKG

@jkcfg/kubernetes

Version:
25 lines 591 B
{ "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": [ "string", "null" ] }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": [ "string", "null" ] } }, "required": [ "name", "devicePath" ], "type": "object", "$schema": "http://json-schema.org/schema#" }