From a2a1e0434e3fb66f2a4222c622e0c9a66a066acd Mon Sep 17 00:00:00 2001 From: Stephen Heywood Date: Wed, 10 Apr 2024 11:52:22 +1200 Subject: [PATCH] Move 3 get*APIGroup endpoints to ineligible_endpoints.yaml --- test/conformance/testdata/ineligible_endpoints.yaml | 9 +++++++++ .../conformance/testdata/pending_eligible_endpoints.yaml | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/test/conformance/testdata/ineligible_endpoints.yaml b/test/conformance/testdata/ineligible_endpoints.yaml index d35bfbe50b6..4e53ed81741 100644 --- a/test/conformance/testdata/ineligible_endpoints.yaml +++ b/test/conformance/testdata/ineligible_endpoints.yaml @@ -265,3 +265,12 @@ - endpoint: createAuthenticationV1SelfSubjectReview reason: Cluster providers are allowed to choose to not serve this API, and the whoami command handles unavailability gracefully. link: https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/3325-self-subject-attributes-review-api/README.md#ga +- endpoint: getInternalApiserverAPIGroup + reason: The endpoint is part of a group that has no stable endpoints yet, reporting as a stable endpoint in apisnoop. + link: https://github.com/kubernetes/issues/124248 +- endpoint: getResourceAPIGroup + reason: The endpoint is part of a group that has no stable endpoints yet, reporting as a stable endpoint in apisnoop. + link: https://github.com/kubernetes/issues/124248 +- endpoint: getStoragemigrationAPIGroup + reason: The endpoint is part of a group that has no stable endpoints yet, reporting as a stable endpoint in apisnoop. + link: https://github.com/kubernetes/issues/124248 diff --git a/test/conformance/testdata/pending_eligible_endpoints.yaml b/test/conformance/testdata/pending_eligible_endpoints.yaml index 346b0f22f3c..1b8cc2b316d 100644 --- a/test/conformance/testdata/pending_eligible_endpoints.yaml +++ b/test/conformance/testdata/pending_eligible_endpoints.yaml @@ -5,9 +5,6 @@ - deleteCoreV1Node - deleteStorageV1CollectionCSINode - deleteStorageV1CSINode -- getInternalApiserverAPIGroup -- getResourceAPIGroup -- getStoragemigrationAPIGroup - listStorageV1CSINode - patchStorageV1CSINode - patchStorageV1VolumeAttachmentStatus