Files
k8s-set-context/node_modules/@kubernetes/client-node/dist/gen/model/v1LoadBalancerIngress.js
github-actions[bot] 52d71d28bd Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
2022-06-29 15:41:55 -04:00

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