UNPKG

@kubernetes/client-node

Version:
38 lines 970 B
/** * 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. */ /** * PodDNSConfigOption defines DNS resolver options of a pod. */ export class V1PodDNSConfigOption { static getAttributeTypeMap() { return V1PodDNSConfigOption.attributeTypeMap; } constructor() { } } V1PodDNSConfigOption.discriminator = undefined; V1PodDNSConfigOption.mapping = undefined; V1PodDNSConfigOption.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "value", "baseName": "value", "type": "string", "format": "" } ]; //# sourceMappingURL=V1PodDNSConfigOption.js.map