IngressClass represents a Kubernetes IngressClass.

interface IngressClass {
    name: string;
}

Implemented by

Properties

Properties

name: string

Name of the IngressClass.