"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.V1PersistentVolumeClaimStatus = void 0; /** * PersistentVolumeClaimStatus is the current status of a persistent volume claim. */ class V1PersistentVolumeClaimStatus { static getAttributeTypeMap() { return V1PersistentVolumeClaimStatus.attributeTypeMap; } } exports.V1PersistentVolumeClaimStatus = V1PersistentVolumeClaimStatus; V1PersistentVolumeClaimStatus.discriminator = undefined; V1PersistentVolumeClaimStatus.attributeTypeMap = [ { "name": "accessModes", "baseName": "accessModes", "type": "Array" }, { "name": "capacity", "baseName": "capacity", "type": "{ [key: string]: string; }" }, { "name": "conditions", "baseName": "conditions", "type": "Array" }, { "name": "phase", "baseName": "phase", "type": "string" } ]; //# sourceMappingURL=v1PersistentVolumeClaimStatus.js.map