UNPKG

@kubernetes/client-node

Version:
62 lines 1.62 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 Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. */ export class V1CephFSPersistentVolumeSource { static getAttributeTypeMap() { return V1CephFSPersistentVolumeSource.attributeTypeMap; } constructor() { } } V1CephFSPersistentVolumeSource.discriminator = undefined; V1CephFSPersistentVolumeSource.mapping = undefined; V1CephFSPersistentVolumeSource.attributeTypeMap = [ { "name": "monitors", "baseName": "monitors", "type": "Array<string>", "format": "" }, { "name": "path", "baseName": "path", "type": "string", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" }, { "name": "secretFile", "baseName": "secretFile", "type": "string", "format": "" }, { "name": "secretRef", "baseName": "secretRef", "type": "V1SecretReference", "format": "" }, { "name": "user", "baseName": "user", "type": "string", "format": "" } ]; //# sourceMappingURL=V1CephFSPersistentVolumeSource.js.map