import { type IngressRule } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/networking.k8s.io@v1/structs.ts";
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.
Properties
optional
http: HTTPIngressRuleValue | null