UNPKG

@jkcfg/kubernetes

Version:
24 lines 625 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "volumePath" ], "type": "object", "description": "Represents a vSphere volume resource.", "properties": { "volumePath": { "type": [ "string", "null" ], "description": "Path that identifies vSphere volume vmdk" }, "fsType": { "type": [ "string", "null" ], "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." } } }