{
  "description": "Represents storage that is managed by an external CSI volume driver (Beta feature)",
  "properties": {
    "controllerExpandSecretRef": {
      "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
      "properties": {
        "name": {
          "description": "Name is unique within a namespace to reference a secret resource.",
          "type": [
            "string",
            "null"
          ]
        },
        "namespace": {
          "description": "Namespace defines the space within which the secret name must be unique.",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ],
      "x-kubernetes-map-type": "atomic"
    },
    "controllerPublishSecretRef": {
      "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
      "properties": {
        "name": {
          "description": "Name is unique within a namespace to reference a secret resource.",
          "type": [
            "string",
            "null"
          ]
        },
        "namespace": {
          "description": "Namespace defines the space within which the secret name must be unique.",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ],
      "x-kubernetes-map-type": "atomic"
    },
    "driver": {
      "description": "Driver is the name of the driver to use for this volume. Required.",
      "type": [
        "string",
        "null"
      ]
    },
    "fsType": {
      "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\".",
      "type": [
        "string",
        "null"
      ]
    },
    "nodePublishSecretRef": {
      "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
      "properties": {
        "name": {
          "description": "Name is unique within a namespace to reference a secret resource.",
          "type": [
            "string",
            "null"
          ]
        },
        "namespace": {
          "description": "Namespace defines the space within which the secret name must be unique.",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ],
      "x-kubernetes-map-type": "atomic"
    },
    "nodeStageSecretRef": {
      "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
      "properties": {
        "name": {
          "description": "Name is unique within a namespace to reference a secret resource.",
          "type": [
            "string",
            "null"
          ]
        },
        "namespace": {
          "description": "Namespace defines the space within which the secret name must be unique.",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ],
      "x-kubernetes-map-type": "atomic"
    },
    "readOnly": {
      "description": "Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).",
      "type": [
        "boolean",
        "null"
      ]
    },
    "volumeAttributes": {
      "additionalProperties": {
        "type": [
          "string",
          "null"
        ]
      },
      "description": "Attributes of the volume to publish.",
      "type": [
        "object",
        "null"
      ]
    },
    "volumeHandle": {
      "description": "VolumeHandle is the unique volume name returned by the CSI volume plugin\u2019s CreateVolume to refer to the volume on all subsequent calls. Required.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "driver",
    "volumeHandle"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}