UNPKG

@kubernetes/client-node

Version:
38 lines 961 B
/** * 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. */ /** * volumeDevice describes a mapping of a raw block device within a container. */ export class V1VolumeDevice { static getAttributeTypeMap() { return V1VolumeDevice.attributeTypeMap; } constructor() { } } V1VolumeDevice.discriminator = undefined; V1VolumeDevice.mapping = undefined; V1VolumeDevice.attributeTypeMap = [ { "name": "devicePath", "baseName": "devicePath", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1VolumeDevice.js.map