UNPKG

@kubernetes/client-node

Version:
42 lines 1.16 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1PortworxVolumeSource = void 0; /** * PortworxVolumeSource represents a Portworx volume resource. */ class V1PortworxVolumeSource { static getAttributeTypeMap() { return V1PortworxVolumeSource.attributeTypeMap; } } exports.V1PortworxVolumeSource = V1PortworxVolumeSource; V1PortworxVolumeSource.discriminator = undefined; V1PortworxVolumeSource.attributeTypeMap = [ { "name": "fsType", "baseName": "fsType", "type": "string" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean" }, { "name": "volumeID", "baseName": "volumeID", "type": "string" } ]; //# sourceMappingURL=v1PortworxVolumeSource.js.map