"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.V1ConfigMap = void 0; /** * ConfigMap holds configuration data for pods to consume. */ class V1ConfigMap { static getAttributeTypeMap() { return V1ConfigMap.attributeTypeMap; } } exports.V1ConfigMap = V1ConfigMap; V1ConfigMap.discriminator = undefined; V1ConfigMap.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string" }, { "name": "binaryData", "baseName": "binaryData", "type": "{ [key: string]: string; }" }, { "name": "data", "baseName": "data", "type": "{ [key: string]: string; }" }, { "name": "immutable", "baseName": "immutable", "type": "boolean" }, { "name": "kind", "baseName": "kind", "type": "string" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta" } ]; //# sourceMappingURL=v1ConfigMap.js.map