From d3a2cbf896b0d6b23479d77a2ecb15f569c5c3f5 Mon Sep 17 00:00:00 2001 From: "Noah Ispas (iamNoah1)" Date: Sat, 9 Apr 2022 10:06:39 +0200 Subject: [PATCH] add change requests --- staging/src/k8s.io/api/networking/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/api/networking/v1/types.go b/staging/src/k8s.io/api/networking/v1/types.go index 2c6d83234fc..e97aa1c8883 100644 --- a/staging/src/k8s.io/api/networking/v1/types.go +++ b/staging/src/k8s.io/api/networking/v1/types.go @@ -308,7 +308,7 @@ type IngressSpec struct { // (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 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 // though the annotation is officially deprecated, for backwards compatibility // reasons the annotation should still be honored if present.