Files
c/kubernetes/docs/v1_ingress_class_spec.md
Kubernetes Prow Robot f0ac80fb61 Automated openapi generation from release-1.27
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-06-05 02:09:22 +00:00

889 B

v1_ingress_class_spec_t

Properties

Name Type Description Notes
controller char * controller refers to the name of the controller that should handle this class. This allows for different &quot;flavors&quot; 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. &quot;acme.io/ingress-controller&quot;. This field is immutable. [optional]
parameters v1_ingress_class_parameters_reference_t * [optional]

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