UNPKG

@kubernetes/client-node

Version:
50 lines 1.35 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. */ /** * AzureFile represents an Azure File Service mount on the host and bind mount to the pod. */ export class V1AzureFilePersistentVolumeSource { static getAttributeTypeMap() { return V1AzureFilePersistentVolumeSource.attributeTypeMap; } constructor() { } } V1AzureFilePersistentVolumeSource.discriminator = undefined; V1AzureFilePersistentVolumeSource.mapping = undefined; V1AzureFilePersistentVolumeSource.attributeTypeMap = [ { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" }, { "name": "secretName", "baseName": "secretName", "type": "string", "format": "" }, { "name": "secretNamespace", "baseName": "secretNamespace", "type": "string", "format": "" }, { "name": "shareName", "baseName": "shareName", "type": "string", "format": "" } ]; //# sourceMappingURL=V1AzureFilePersistentVolumeSource.js.map