From 94c550a050850e923e2f022c94a2ada6fed2f998 Mon Sep 17 00:00:00 2001 From: Riaan Kleinhans Date: Fri, 23 Apr 2021 09:18:33 +1200 Subject: [PATCH] Add NetworkPolicy Endpoint to Ineligible endpoints --- .../testdata/ineligible_endpoints.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index 861a9548797..d978ae2792e 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -232,3 +232,27 @@ - endpoint: replaceStorageV1VolumeAttachmentStatus reason: vendor specific feature link: https://github.com/kubernetes/community/blame/master/contributors/devel/sig-architecture/conformance-tests.md#L64 +- endpoint: createNetworkingV1NamespacedNetworkPolicy + reason: optional feature + link: https://github.com/kubernetes/kubernetes/pull/100149#issuecomment-800501953 +- endpoint: readNetworkingV1NamespacedNetworkPolicy + reason: optional feature + link: https://github.com/kubernetes/kubernetes/pull/100149#issuecomment-800501953 +- endpoint: listNetworkingV1NamespacedNetworkPolicy + reason: optional feature + link: https://github.com/kubernetes/kubernetes/pull/100149#issuecomment-800501953 +- endpoint: listNetworkingV1NetworkPolicyForAllNamespaces + reason: optional feature + link: https://github.com/kubernetes/kubernetes/pull/100149#issuecomment-800501953 +- endpoint: patchNetworkingV1NamespacedNetworkPolicy + reason: optional feature + link: https://github.com/kubernetes/kubernetes/pull/100149#issuecomment-800501953 +- endpoint: replaceNetworkingV1NamespacedNetworkPolicy + reason: optional feature + link: https://github.com/kubernetes/kubernetes/pull/100149#issuecomment-800501953 +- endpoint: deleteNetworkingV1CollectionNamespacedNetworkPolicy + reason: optional feature + link: https://github.com/kubernetes/kubernetes/pull/100149#issuecomment-800501953 +- endpoint: deleteNetworkingV1NamespacedNetworkPolicy + reason: optional feature + link: https://github.com/kubernetes/kubernetes/pull/100149#issuecomment-800501953