Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Ingress
import { type Ingress } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/networking.k8s.io@v1/mod.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
apiVersion: "networking.k8s.io/v1"
optional
kind: "Ingress"
optional
metadata: MetaV1.ObjectMeta | null
optional
spec: IngressSpec | null
optional
status: IngressStatus | null