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

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

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface IngressClass
import { type IngressClass } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/networking.k8s.io@v1/mod.ts";

IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The ingressclass.kubernetes.io/is-default-class annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.

Properties

optional
apiVersion: "networking.k8s.io/v1"
optional
kind: "IngressClass"
optional
metadata: MetaV1.ObjectMeta | null
optional
spec: IngressClassSpec | null