Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/networking.k8s.io@v1/mod.ts>HTTPIngressRuleValue

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface HTTPIngressRuleValue
import { type HTTPIngressRuleValue } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/networking.k8s.io@v1/mod.ts";

HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> 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 '#'.