UNPKG

@kubernetes/client-node

Version:
38 lines 1.31 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. */ /** * PersistentVolumeClaimVolumeSource references the user\'s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). */ export class V1PersistentVolumeClaimVolumeSource { static getAttributeTypeMap() { return V1PersistentVolumeClaimVolumeSource.attributeTypeMap; } constructor() { } } V1PersistentVolumeClaimVolumeSource.discriminator = undefined; V1PersistentVolumeClaimVolumeSource.mapping = undefined; V1PersistentVolumeClaimVolumeSource.attributeTypeMap = [ { "name": "claimName", "baseName": "claimName", "type": "string", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" } ]; //# sourceMappingURL=V1PersistentVolumeClaimVolumeSource.js.map