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

12 lines
889 B
Markdown

# 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**](v1_ingress_class_parameters_reference.md) \* | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)