"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.V1PersistentVolumeStatus = void 0; /** * PersistentVolumeStatus is the current status of a persistent volume. */ class V1PersistentVolumeStatus { static getAttributeTypeMap() { return V1PersistentVolumeStatus.attributeTypeMap; } } exports.V1PersistentVolumeStatus = V1PersistentVolumeStatus; V1PersistentVolumeStatus.discriminator = undefined; V1PersistentVolumeStatus.attributeTypeMap = [ { "name": "message", "baseName": "message", "type": "string" }, { "name": "phase", "baseName": "phase", "type": "string" }, { "name": "reason", "baseName": "reason", "type": "string" } ]; //# sourceMappingURL=v1PersistentVolumeStatus.js.map