UNPKG

@kubernetes/client-node

Version:
44 lines 1.15 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. */ /** * VolumeAttachmentSpec is the specification of a VolumeAttachment request. */ export class V1VolumeAttachmentSpec { static getAttributeTypeMap() { return V1VolumeAttachmentSpec.attributeTypeMap; } constructor() { } } V1VolumeAttachmentSpec.discriminator = undefined; V1VolumeAttachmentSpec.mapping = undefined; V1VolumeAttachmentSpec.attributeTypeMap = [ { "name": "attacher", "baseName": "attacher", "type": "string", "format": "" }, { "name": "nodeName", "baseName": "nodeName", "type": "string", "format": "" }, { "name": "source", "baseName": "source", "type": "V1VolumeAttachmentSource", "format": "" } ]; //# sourceMappingURL=V1VolumeAttachmentSpec.js.map