"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1AzureDiskVolumeSource = void 0; /** * AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. */ class V1AzureDiskVolumeSource { static getAttributeTypeMap() { return V1AzureDiskVolumeSource.attributeTypeMap; } } exports.V1AzureDiskVolumeSource = V1AzureDiskVolumeSource; V1AzureDiskVolumeSource.discriminator = undefined; V1AzureDiskVolumeSource.attributeTypeMap = [ { "name": "cachingMode", "baseName": "cachingMode", "type": "string" }, { "name": "diskName", "baseName": "diskName", "type": "string" }, { "name": "diskURI", "baseName": "diskURI", "type": "string" }, { "name": "fsType", "baseName": "fsType", "type": "string" }, { "name": "kind", "baseName": "kind", "type": "string" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean" } ]; //# sourceMappingURL=v1AzureDiskVolumeSource.js.map