UNPKG

kubernetes-models

Version:
14 lines (13 loc) 999 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiExtensionsV1beta1HTTPIngressRuleValue = exports.HTTPIngressRuleValue = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiExtensionsV1beta1HTTPIngressRuleValue_1 = require("../../_schemas/IoK8sApiExtensionsV1beta1HTTPIngressRuleValue.js"); /** * HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'. */ class HTTPIngressRuleValue extends base_1.Model { } exports.HTTPIngressRuleValue = HTTPIngressRuleValue; exports.IoK8sApiExtensionsV1beta1HTTPIngressRuleValue = HTTPIngressRuleValue; (0, base_1.setSchema)(HTTPIngressRuleValue, "io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue", IoK8sApiExtensionsV1beta1HTTPIngressRuleValue_1.addSchema);