{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "allowVolumeExpansion": { "type": "boolean" }, "allowedTopologies": { "items": { "$ref": "#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "additionalProperties": true, "type": "object" }, "mountOptions": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "parameters": { "additionalProperties": { "type": "string" }, "type": "object" }, "provisioner": { "type": "string" }, "reclaimPolicy": { "type": "string" }, "volumeBindingMode": { "type": "string" } }, "type": "object" }