UNPKG

@kubernetes/client-node

Version:
44 lines 1.2 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 Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. */ export class V1GlusterfsVolumeSource { static getAttributeTypeMap() { return V1GlusterfsVolumeSource.attributeTypeMap; } constructor() { } } V1GlusterfsVolumeSource.discriminator = undefined; V1GlusterfsVolumeSource.mapping = undefined; V1GlusterfsVolumeSource.attributeTypeMap = [ { "name": "endpoints", "baseName": "endpoints", "type": "string", "format": "" }, { "name": "path", "baseName": "path", "type": "string", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" } ]; //# sourceMappingURL=V1GlusterfsVolumeSource.js.map