"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1DownwardAPIVolumeFile = void 0; /** * DownwardAPIVolumeFile represents information to create the file containing the pod field */ class V1DownwardAPIVolumeFile { static getAttributeTypeMap() { return V1DownwardAPIVolumeFile.attributeTypeMap; } } exports.V1DownwardAPIVolumeFile = V1DownwardAPIVolumeFile; V1DownwardAPIVolumeFile.discriminator = undefined; V1DownwardAPIVolumeFile.attributeTypeMap = [ { "name": "fieldRef", "baseName": "fieldRef", "type": "V1ObjectFieldSelector" }, { "name": "mode", "baseName": "mode", "type": "number" }, { "name": "path", "baseName": "path", "type": "string" }, { "name": "resourceFieldRef", "baseName": "resourceFieldRef", "type": "V1ResourceFieldSelector" } ]; //# sourceMappingURL=v1DownwardAPIVolumeFile.js.map