Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 936 Bytes

V1IngressClassSpec.md

File metadata and controls

12 lines (8 loc) · 936 Bytes

V1IngressClassSpec

IngressClassSpec provides information about the class of an Ingress.

Properties

Name Type Description Notes
controller str 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. [optional]
parameters V1IngressClassParametersReference [optional]

[Back to Model list] [Back to API list] [Back to README]