UNPKG

@kubernetes/client-node

Version:
56 lines 1.39 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 StorageOS persistent volume resource. */ export class V1StorageOSVolumeSource { static getAttributeTypeMap() { return V1StorageOSVolumeSource.attributeTypeMap; } constructor() { } } V1StorageOSVolumeSource.discriminator = undefined; V1StorageOSVolumeSource.mapping = undefined; V1StorageOSVolumeSource.attributeTypeMap = [ { "name": "fsType", "baseName": "fsType", "type": "string", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" }, { "name": "secretRef", "baseName": "secretRef", "type": "V1LocalObjectReference", "format": "" }, { "name": "volumeName", "baseName": "volumeName", "type": "string", "format": "" }, { "name": "volumeNamespace", "baseName": "volumeNamespace", "type": "string", "format": "" } ]; //# sourceMappingURL=V1StorageOSVolumeSource.js.map