UNPKG

@jkcfg/kubernetes

Version:
29 lines 833 B
{ "description": "Represents storage that is managed by an external CSI volume driver", "required": [ "driver", "volumeHandle" ], "properties": { "driver": { "description": "Driver is the name of the driver to use for this volume. Required.", "type": [ "string", "null" ] }, "readOnly": { "description": "Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).", "type": "boolean" }, "volumeHandle": { "description": "VolumeHandle is the unique volume name returned by the CSI volume plugin\u2019s CreateVolume to refer to the volume on all subsequent calls. Required.", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }