From a4a6d701682494e4863caffdd4d53f34c1018d2b Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans <61125752+Riaankl@users.noreply.github.com> Date: Tue, 5 Apr 2022 07:36:38 +1200 Subject: [PATCH] Add NetworkPolicyStatus to ineligible list --- test/conformance/testdata/ineligible_endpoints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index 1728a3ccb88..e2204971884 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -424,3 +424,12 @@ - endpoint: logFileListHandler reason: optional feature link: https://github.com/kubernetes/kubernetes/issues/108675 +- endpoint: readNetworkingV1NamespacedNetworkPolicyStatus + reason: endpoints is currently feature gated and and will only receive e2e & conformance test in 1.25 + link: https://github.com/kubernetes/kubernetes/pull/107963 +- endpoint: patchNetworkingV1NamespacedNetworkPolicyStatus + reason: endpoints is currently feature gated and and will only receive e2e & conformance test in 1.25 + link: https://github.com/kubernetes/kubernetes/pull/107963 +- endpoint: replaceNetworkingV1NamespacedNetworkPolicyStatus + reason: endpoints is currently feature gated and and will only receive e2e & conformance test in 1.25 + link: https://github.com/kubernetes/kubernetes/pull/107963