add change requests

This commit is contained in:
Noah Ispas (iamNoah1) 2022-04-09 10:06:39 +02:00
parent 1b9b68c097
commit d3a2cbf896

View File

@ -308,7 +308,7 @@ type IngressSpec struct {
// (controller -> IngressClass -> Ingress resource). Although the // (controller -> IngressClass -> Ingress resource). Although the
// `kubernetes.io/ingress.class` annotation (simple constant name) was never // `kubernetes.io/ingress.class` annotation (simple constant name) was never
// formally defined, it was widely supported by Ingress controllers to create // formally defined, it was widely supported by Ingress controllers to create
// a direct bound between Ingress controller and Ingress resources. Newly // a direct binding between Ingress controller and Ingress resources. Newly
// created Ingress resources should prefer using the field. However, even // created Ingress resources should prefer using the field. However, even
// though the annotation is officially deprecated, for backwards compatibility // though the annotation is officially deprecated, for backwards compatibility
// reasons the annotation should still be honored if present. // reasons the annotation should still be honored if present.