From 4b4084915a0170daa7ccdc8ff6c654149e9493e7 Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Tue, 13 Sep 2022 09:35:58 +1200 Subject: [PATCH] Update_ineligible_endpoints.yaml remove createCoreV1NamespacedBinding --- test/conformance/testdata/ineligible_endpoints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index cabfc4d5fa5..ab5860254ae 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -442,4 +442,6 @@ - endpoint: deleteCoreV1CollectionNode 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 deprectated in 1.17 + link: https://github.com/kubernetes/kubernetes/pull/47041