UNPKG

@kubernetes/client-node

Version:
50 lines 1.22 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. */ /** * VolumeMountStatus shows status of volume mounts. */ export class V1VolumeMountStatus { static getAttributeTypeMap() { return V1VolumeMountStatus.attributeTypeMap; } constructor() { } } V1VolumeMountStatus.discriminator = undefined; V1VolumeMountStatus.mapping = undefined; V1VolumeMountStatus.attributeTypeMap = [ { "name": "mountPath", "baseName": "mountPath", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" }, { "name": "recursiveReadOnly", "baseName": "recursiveReadOnly", "type": "string", "format": "" } ]; //# sourceMappingURL=V1VolumeMountStatus.js.map