UNPKG

@kubernetes/client-node

Version:
56 lines 1.41 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. */ /** * FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. */ export class V1FlexVolumeSource { static getAttributeTypeMap() { return V1FlexVolumeSource.attributeTypeMap; } constructor() { } } V1FlexVolumeSource.discriminator = undefined; V1FlexVolumeSource.mapping = undefined; V1FlexVolumeSource.attributeTypeMap = [ { "name": "driver", "baseName": "driver", "type": "string", "format": "" }, { "name": "fsType", "baseName": "fsType", "type": "string", "format": "" }, { "name": "options", "baseName": "options", "type": "{ [key: string]: string; }", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" }, { "name": "secretRef", "baseName": "secretRef", "type": "V1LocalObjectReference", "format": "" } ]; //# sourceMappingURL=V1FlexVolumeSource.js.map