{ "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": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/volumedevice/v1" }