UNPKG

@jkcfg/kubernetes

Version:
25 lines 527 B
{ "description": "AttachedVolume describes a volume attached to a node", "required": [ "name", "devicePath" ], "properties": { "devicePath": { "description": "DevicePath represents the device path where the volume should be available", "type": [ "string", "null" ] }, "name": { "description": "Name of the attached volume", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }