"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.V1GlusterfsPersistentVolumeSource = void 0; /** * Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. */ class V1GlusterfsPersistentVolumeSource { static getAttributeTypeMap() { return V1GlusterfsPersistentVolumeSource.attributeTypeMap; } } exports.V1GlusterfsPersistentVolumeSource = V1GlusterfsPersistentVolumeSource; V1GlusterfsPersistentVolumeSource.discriminator = undefined; V1GlusterfsPersistentVolumeSource.attributeTypeMap = [ { "name": "endpoints", "baseName": "endpoints", "type": "string" }, { "name": "endpointsNamespace", "baseName": "endpointsNamespace", "type": "string" }, { "name": "path", "baseName": "path", "type": "string" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean" } ]; //# sourceMappingURL=v1GlusterfsPersistentVolumeSource.js.map