@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.18 kB
JavaScript
/**
* 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.
*/
/**
* IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
*/
export class V1IngressLoadBalancerIngress {
static getAttributeTypeMap() {
return V1IngressLoadBalancerIngress.attributeTypeMap;
}
constructor() {
}
}
V1IngressLoadBalancerIngress.discriminator = undefined;
V1IngressLoadBalancerIngress.mapping = undefined;
V1IngressLoadBalancerIngress.attributeTypeMap = [
{
"name": "hostname",
"baseName": "hostname",
"type": "string",
"format": ""
},
{
"name": "ip",
"baseName": "ip",
"type": "string",
"format": ""
},
{
"name": "ports",
"baseName": "ports",
"type": "Array<V1IngressPortStatus>",
"format": ""
}
];
//# sourceMappingURL=V1IngressLoadBalancerIngress.js.map