UNPKG

@kubernetes/client-node

Version:
62 lines 1.5 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. */ /** * AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. */ export class V1AzureDiskVolumeSource { static getAttributeTypeMap() { return V1AzureDiskVolumeSource.attributeTypeMap; } constructor() { } } V1AzureDiskVolumeSource.discriminator = undefined; V1AzureDiskVolumeSource.mapping = undefined; V1AzureDiskVolumeSource.attributeTypeMap = [ { "name": "cachingMode", "baseName": "cachingMode", "type": "string", "format": "" }, { "name": "diskName", "baseName": "diskName", "type": "string", "format": "" }, { "name": "diskURI", "baseName": "diskURI", "type": "string", "format": "" }, { "name": "fsType", "baseName": "fsType", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" } ]; //# sourceMappingURL=V1AzureDiskVolumeSource.js.map