"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.V1RBDPersistentVolumeSource = void 0; /** * Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. */ class V1RBDPersistentVolumeSource { static getAttributeTypeMap() { return V1RBDPersistentVolumeSource.attributeTypeMap; } } exports.V1RBDPersistentVolumeSource = V1RBDPersistentVolumeSource; V1RBDPersistentVolumeSource.discriminator = undefined; V1RBDPersistentVolumeSource.attributeTypeMap = [ { "name": "fsType", "baseName": "fsType", "type": "string" }, { "name": "image", "baseName": "image", "type": "string" }, { "name": "keyring", "baseName": "keyring", "type": "string" }, { "name": "monitors", "baseName": "monitors", "type": "Array" }, { "name": "pool", "baseName": "pool", "type": "string" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean" }, { "name": "secretRef", "baseName": "secretRef", "type": "V1SecretReference" }, { "name": "user", "baseName": "user", "type": "string" } ]; //# sourceMappingURL=v1RBDPersistentVolumeSource.js.map