From a7a621092339ffdd95e90cc8ffd17da08ccd071a Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Tue, 4 Oct 2022 11:12:10 +1300 Subject: [PATCH] Update ineligible_endpoints.yaml --- test/conformance/testdata/ineligible_endpoints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index dbd9b1011c0..ae19492d0a1 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -445,3 +445,6 @@ - endpoint: createCoreV1NamespacedBinding reason: Endpoint was deprecated in 1.7 link: https://github.com/kubernetes/kubernetes/pull/47041 +- endpoint: createAuthorizationV1SelfSubjectRulesReview + reason: Endpoint likely to be deprected + link: https://github.com/kubernetes/kubernetes/issues/112657#issuecomment-1265441626