UNPKG

@kubernetes/client-node

Version:
38 lines 970 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. */ /** * Local represents directly-attached storage with node affinity */ export class V1LocalVolumeSource { static getAttributeTypeMap() { return V1LocalVolumeSource.attributeTypeMap; } constructor() { } } V1LocalVolumeSource.discriminator = undefined; V1LocalVolumeSource.mapping = undefined; V1LocalVolumeSource.attributeTypeMap = [ { "name": "fsType", "baseName": "fsType", "type": "string", "format": "" }, { "name": "path", "baseName": "path", "type": "string", "format": "" } ]; //# sourceMappingURL=V1LocalVolumeSource.js.map