UNPKG

@kubernetes/client-node

Version:
56 lines 1.42 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 a source location of a volume to mount, managed by an external CSI driver */ export class V1CSIVolumeSource { static getAttributeTypeMap() { return V1CSIVolumeSource.attributeTypeMap; } constructor() { } } V1CSIVolumeSource.discriminator = undefined; V1CSIVolumeSource.mapping = undefined; V1CSIVolumeSource.attributeTypeMap = [ { "name": "driver", "baseName": "driver", "type": "string", "format": "" }, { "name": "fsType", "baseName": "fsType", "type": "string", "format": "" }, { "name": "nodePublishSecretRef", "baseName": "nodePublishSecretRef", "type": "V1LocalObjectReference", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" }, { "name": "volumeAttributes", "baseName": "volumeAttributes", "type": "{ [key: string]: string; }", "format": "" } ]; //# sourceMappingURL=V1CSIVolumeSource.js.map