UNPKG

@jkcfg/kubernetes

Version:
24 lines 635 B
{ "description": "Represents a Photon Controller persistent disk resource.", "required": [ "pdID" ], "properties": { "fsType": { "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.", "type": [ "string", "null" ] }, "pdID": { "description": "ID that identifies Photon Controller persistent disk", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }