import { type Ingress } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/networking.k8s.io@v1/structs.ts";
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
Properties
optional
spec: IngressSpec | nulloptional
status: IngressStatus | null