kubernetes-models
Version:
14 lines (13 loc) • 836 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiExtensionsV1beta1IngressRule = exports.IngressRule = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiExtensionsV1beta1IngressRule_1 = require("../../_schemas/IoK8sApiExtensionsV1beta1IngressRule.js");
/**
* IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
*/
class IngressRule extends base_1.Model {
}
exports.IngressRule = IngressRule;
exports.IoK8sApiExtensionsV1beta1IngressRule = IngressRule;
(0, base_1.setSchema)(IngressRule, "io.k8s.api.extensions.v1beta1.IngressRule", IoK8sApiExtensionsV1beta1IngressRule_1.addSchema);