python/kubernetes/docs/V1beta1IngressClassSpec.md
Nabarun Pal c55930bb50
Generate updated client 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30

929 B

V1beta1IngressClassSpec

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 &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 V1TypedLocalObjectReference [optional]

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