UNPKG

@kubernetes/client-node

Version:
50 lines 1.23 kB
/** * 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. */ /** * IngressSpec describes the Ingress the user wishes to exist. */ export class V1IngressSpec { static getAttributeTypeMap() { return V1IngressSpec.attributeTypeMap; } constructor() { } } V1IngressSpec.discriminator = undefined; V1IngressSpec.mapping = undefined; V1IngressSpec.attributeTypeMap = [ { "name": "defaultBackend", "baseName": "defaultBackend", "type": "V1IngressBackend", "format": "" }, { "name": "ingressClassName", "baseName": "ingressClassName", "type": "string", "format": "" }, { "name": "rules", "baseName": "rules", "type": "Array<V1IngressRule>", "format": "" }, { "name": "tls", "baseName": "tls", "type": "Array<V1IngressTLS>", "format": "" } ]; //# sourceMappingURL=V1IngressSpec.js.map