import { type IngressSpec } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/networking.k8s.io@v1/mod.ts";
IngressSpec describes the Ingress the user wishes to exist.
Properties
optional
defaultBackend: IngressBackend | nulloptional
rules: Array<IngressRule> | nulloptional
tls: Array<IngressTLS> | null