UNPKG

@kubernetes/client-node

Version:
86 lines 2.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. */ /** * Represents storage that is managed by an external CSI volume driver */ export class V1CSIPersistentVolumeSource { static getAttributeTypeMap() { return V1CSIPersistentVolumeSource.attributeTypeMap; } constructor() { } } V1CSIPersistentVolumeSource.discriminator = undefined; V1CSIPersistentVolumeSource.mapping = undefined; V1CSIPersistentVolumeSource.attributeTypeMap = [ { "name": "controllerExpandSecretRef", "baseName": "controllerExpandSecretRef", "type": "V1SecretReference", "format": "" }, { "name": "controllerPublishSecretRef", "baseName": "controllerPublishSecretRef", "type": "V1SecretReference", "format": "" }, { "name": "driver", "baseName": "driver", "type": "string", "format": "" }, { "name": "fsType", "baseName": "fsType", "type": "string", "format": "" }, { "name": "nodeExpandSecretRef", "baseName": "nodeExpandSecretRef", "type": "V1SecretReference", "format": "" }, { "name": "nodePublishSecretRef", "baseName": "nodePublishSecretRef", "type": "V1SecretReference", "format": "" }, { "name": "nodeStageSecretRef", "baseName": "nodeStageSecretRef", "type": "V1SecretReference", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" }, { "name": "volumeAttributes", "baseName": "volumeAttributes", "type": "{ [key: string]: string; }", "format": "" }, { "name": "volumeHandle", "baseName": "volumeHandle", "type": "string", "format": "" } ]; //# sourceMappingURL=V1CSIPersistentVolumeSource.js.map