"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.V1EmptyDirVolumeSource = void 0; /** * Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. */ class V1EmptyDirVolumeSource { static getAttributeTypeMap() { return V1EmptyDirVolumeSource.attributeTypeMap; } } exports.V1EmptyDirVolumeSource = V1EmptyDirVolumeSource; V1EmptyDirVolumeSource.discriminator = undefined; V1EmptyDirVolumeSource.attributeTypeMap = [ { "name": "medium", "baseName": "medium", "type": "string" }, { "name": "sizeLimit", "baseName": "sizeLimit", "type": "string" } ]; //# sourceMappingURL=v1EmptyDirVolumeSource.js.map