UNPKG

@kubernetes/client-node

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