42 lines
1.2 KiB
JavaScript
42 lines
1.2 KiB
JavaScript
"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.V1LoadBalancerIngress = void 0;
|
|
/**
|
|
* LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.
|
|
*/
|
|
class V1LoadBalancerIngress {
|
|
static getAttributeTypeMap() {
|
|
return V1LoadBalancerIngress.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1LoadBalancerIngress = V1LoadBalancerIngress;
|
|
V1LoadBalancerIngress.discriminator = undefined;
|
|
V1LoadBalancerIngress.attributeTypeMap = [
|
|
{
|
|
"name": "hostname",
|
|
"baseName": "hostname",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "ip",
|
|
"baseName": "ip",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "ports",
|
|
"baseName": "ports",
|
|
"type": "Array<V1PortStatus>"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1LoadBalancerIngress.js.map
|