"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.V1PodDNSConfig = void 0; /** * PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy. */ class V1PodDNSConfig { static getAttributeTypeMap() { return V1PodDNSConfig.attributeTypeMap; } } exports.V1PodDNSConfig = V1PodDNSConfig; V1PodDNSConfig.discriminator = undefined; V1PodDNSConfig.attributeTypeMap = [ { "name": "nameservers", "baseName": "nameservers", "type": "Array" }, { "name": "options", "baseName": "options", "type": "Array" }, { "name": "searches", "baseName": "searches", "type": "Array" } ]; //# sourceMappingURL=v1PodDNSConfig.js.map