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