2021-12-07 13:18:08 -05:00

32 lines
932 B
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.V1IngressStatus = void 0;
/**
* IngressStatus describe the current state of the Ingress.
*/
class V1IngressStatus {
static getAttributeTypeMap() {
return V1IngressStatus.attributeTypeMap;
}
}
exports.V1IngressStatus = V1IngressStatus;
V1IngressStatus.discriminator = undefined;
V1IngressStatus.attributeTypeMap = [
{
"name": "loadBalancer",
"baseName": "loadBalancer",
"type": "V1LoadBalancerStatus"
}
];
//# sourceMappingURL=v1IngressStatus.js.map