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>IngressRule

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface IngressRule
import { type IngressRule } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/networking.k8s.io@v1/mod.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
host: string | null
optional
http: HTTPIngressRuleValue | null