UNPKG

kubernetes-models

Version:
14 lines (13 loc) 729 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiNetworkingV1HTTPIngressPath = exports.HTTPIngressPath = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiNetworkingV1HTTPIngressPath_1 = require("../../_schemas/IoK8sApiNetworkingV1HTTPIngressPath.js"); /** * HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend. */ class HTTPIngressPath extends base_1.Model { } exports.HTTPIngressPath = HTTPIngressPath; exports.IoK8sApiNetworkingV1HTTPIngressPath = HTTPIngressPath; (0, base_1.setSchema)(HTTPIngressPath, "io.k8s.api.networking.v1.HTTPIngressPath", IoK8sApiNetworkingV1HTTPIngressPath_1.addSchema);