⎈ k8s knowledge compiler

IngressClass [api_object]ai-synthesized · conf 0.82

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.

networking

A resource representing an Ingress class.

Why it matters An Ingress class is a way to group Ingress resources together for easier management and scaling.

Key facts - Represents an Ingress class. - Used for grouping Ingress resources.

Sources

swagger.jsonio.k8s.api.networking.v1.IngressClass

Related (3)

related_to ObjectMetareferences type conf=1
related_to IngressClassSpecreferences type conf=1
related_to IngressClassListreferences type conf=1

← all API Explorer