UNPKG

@kubernetes/client-node

Version:
32 lines 862 B
/** * 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. */ /** * IngressStatus describe the current state of the Ingress. */ export class V1IngressStatus { static getAttributeTypeMap() { return V1IngressStatus.attributeTypeMap; } constructor() { } } V1IngressStatus.discriminator = undefined; V1IngressStatus.mapping = undefined; V1IngressStatus.attributeTypeMap = [ { "name": "loadBalancer", "baseName": "loadBalancer", "type": "V1IngressLoadBalancerStatus", "format": "" } ]; //# sourceMappingURL=V1IngressStatus.js.map