"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.V1AzureFilePersistentVolumeSource = void 0; /** * AzureFile represents an Azure File Service mount on the host and bind mount to the pod. */ class V1AzureFilePersistentVolumeSource { static getAttributeTypeMap() { return V1AzureFilePersistentVolumeSource.attributeTypeMap; } } exports.V1AzureFilePersistentVolumeSource = V1AzureFilePersistentVolumeSource; V1AzureFilePersistentVolumeSource.discriminator = undefined; V1AzureFilePersistentVolumeSource.attributeTypeMap = [ { "name": "readOnly", "baseName": "readOnly", "type": "boolean" }, { "name": "secretName", "baseName": "secretName", "type": "string" }, { "name": "secretNamespace", "baseName": "secretNamespace", "type": "string" }, { "name": "shareName", "baseName": "shareName", "type": "string" } ]; //# sourceMappingURL=v1AzureFilePersistentVolumeSource.js.map