UNPKG

@kubernetes/client-node

Version:
42 lines 1.24 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.28 * * * 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.V1IngressLoadBalancerIngress = void 0; /** * IngressLoadBalancerIngress represents the status of a load-balancer ingress point. */ class V1IngressLoadBalancerIngress { static getAttributeTypeMap() { return V1IngressLoadBalancerIngress.attributeTypeMap; } } exports.V1IngressLoadBalancerIngress = V1IngressLoadBalancerIngress; V1IngressLoadBalancerIngress.discriminator = undefined; V1IngressLoadBalancerIngress.attributeTypeMap = [ { "name": "hostname", "baseName": "hostname", "type": "string" }, { "name": "ip", "baseName": "ip", "type": "string" }, { "name": "ports", "baseName": "ports", "type": "Array<V1IngressPortStatus>" } ]; //# sourceMappingURL=v1IngressLoadBalancerIngress.js.map