Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IngressClassSpec

IngressClassSpec provides information about the class of an Ingress.

schema

io.k8s.api.networking.v1.IngressClassSpec

Hierarchy

  • IngressClassSpec

Index

Properties

Properties

Optional Readonly controller

controller: string

Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.

schema

io.k8s.api.networking.v1.IngressClassSpec#controller

Optional Readonly parameters

Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.

schema

io.k8s.api.networking.v1.IngressClassSpec#parameters

Generated using TypeDoc