@jkcfg/kubernetes
Version:
jk Kubernetes library
38 lines • 986 B
JSON
{
"description": "Represents a vSphere volume resource.",
"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"
]
},
"storagePolicyID": {
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.",
"type": [
"string",
"null"
]
},
"storagePolicyName": {
"description": "Storage Policy Based Management (SPBM) profile name.",
"type": [
"string",
"null"
]
},
"volumePath": {
"description": "Path that identifies vSphere volume vmdk",
"type": [
"string",
"null"
]
}
},
"required": [
"volumePath"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}