UNPKG

@kubernetes/client-node

Version:
44 lines 1.11 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. */ /** * PortworxVolumeSource represents a Portworx volume resource. */ export class V1PortworxVolumeSource { static getAttributeTypeMap() { return V1PortworxVolumeSource.attributeTypeMap; } constructor() { } } V1PortworxVolumeSource.discriminator = undefined; V1PortworxVolumeSource.mapping = undefined; V1PortworxVolumeSource.attributeTypeMap = [ { "name": "fsType", "baseName": "fsType", "type": "string", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" }, { "name": "volumeID", "baseName": "volumeID", "type": "string", "format": "" } ]; //# sourceMappingURL=V1PortworxVolumeSource.js.map