UNPKG

@kubernetes/client-node

Version:
62 lines 1.56 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 V1CephFSVolumeSource { static getAttributeTypeMap() { return V1CephFSVolumeSource.attributeTypeMap; } constructor() { } } V1CephFSVolumeSource.discriminator = undefined; V1CephFSVolumeSource.mapping = undefined; V1CephFSVolumeSource.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": "V1LocalObjectReference", "format": "" }, { "name": "user", "baseName": "user", "type": "string", "format": "" } ]; //# sourceMappingURL=V1CephFSVolumeSource.js.map