From 7ceeca13a3172342b6e212e3095f0ca2bf88dbd1 Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Wed, 14 Sep 2022 09:14:28 +1200 Subject: [PATCH] Fix 1.17 to 1.7 --- test/conformance/testdata/ineligible_endpoints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index b21da0b9b0f..dbd9b1011c0 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -443,5 +443,5 @@ reason: Kubernetes distribution would reasonably not allow this action via the API link: https://github.com/kubernetes/kubernetes/issues/109379 - endpoint: createCoreV1NamespacedBinding - reason: Endpoint was deprecated in 1.17 + reason: Endpoint was deprecated in 1.7 link: https://github.com/kubernetes/kubernetes/pull/47041