UNPKG

@kubernetes/client-node

Version:
42 lines 1.14 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.V1IngressPortStatus = void 0; /** * IngressPortStatus represents the error condition of a service port */ class V1IngressPortStatus { static getAttributeTypeMap() { return V1IngressPortStatus.attributeTypeMap; } } exports.V1IngressPortStatus = V1IngressPortStatus; V1IngressPortStatus.discriminator = undefined; V1IngressPortStatus.attributeTypeMap = [ { "name": "error", "baseName": "error", "type": "string" }, { "name": "port", "baseName": "port", "type": "number" }, { "name": "protocol", "baseName": "protocol", "type": "string" } ]; //# sourceMappingURL=v1IngressPortStatus.js.map