add change requests

This commit is contained in:
Noah Ispas (iamNoah1) 2022-06-09 11:05:10 +02:00
parent a53273129a
commit 869b7a4c5f

View File

@ -305,7 +305,7 @@ type IngressSpec struct {
// IngressClassName is the name of an IngressClass cluster resource. Ingress
// controller implementations use this field to know whether they should be
// serving this Ingress resource, by a transitive connection
// (controller → IngressClass → Ingress resource). Although the
// (controller -> IngressClass -> Ingress resource). Although the
// `kubernetes.io/ingress.class` annotation (simple constant name) was never
// formally defined, it was widely supported by Ingress controllers to create
// a direct binding between Ingress controller and Ingress resources. Newly