UNPKG

@kubernetes/client-node

Version:
38 lines 1.05 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. */ export class V1EmptyDirVolumeSource { static getAttributeTypeMap() { return V1EmptyDirVolumeSource.attributeTypeMap; } constructor() { } } V1EmptyDirVolumeSource.discriminator = undefined; V1EmptyDirVolumeSource.mapping = undefined; V1EmptyDirVolumeSource.attributeTypeMap = [ { "name": "medium", "baseName": "medium", "type": "string", "format": "" }, { "name": "sizeLimit", "baseName": "sizeLimit", "type": "string", "format": "" } ]; //# sourceMappingURL=V1EmptyDirVolumeSource.js.map