"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.V1HTTPIngressPath = void 0; /** * HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend. */ class V1HTTPIngressPath { static getAttributeTypeMap() { return V1HTTPIngressPath.attributeTypeMap; } } exports.V1HTTPIngressPath = V1HTTPIngressPath; V1HTTPIngressPath.discriminator = undefined; V1HTTPIngressPath.attributeTypeMap = [ { "name": "backend", "baseName": "backend", "type": "V1IngressBackend" }, { "name": "path", "baseName": "path", "type": "string" }, { "name": "pathType", "baseName": "pathType", "type": "string" } ]; //# sourceMappingURL=v1HTTPIngressPath.js.map