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.json — “io.k8s.api.networking.v1.IngressClass”