Update ineligible endpoints yaml

Adding the following endpoints
- connectCoreV1GetNamespacedPodPortforward
- connectCoreV1GetNamespacedPodAttach
- connectCoreV1PostNamespacedPodAttach
This commit is contained in:
Stephen Heywood 2023-02-14 09:00:44 +13:00
parent 4303743736
commit 4d2611cf58

View File

@ -439,3 +439,13 @@
- endpoint: createAuthorizationV1SelfSubjectRulesReview - endpoint: createAuthorizationV1SelfSubjectRulesReview
reason: Endpoint likely to be deprecated reason: Endpoint likely to be deprecated
link: https://github.com/kubernetes/kubernetes/issues/112657#issuecomment-1265441626 link: https://github.com/kubernetes/kubernetes/issues/112657#issuecomment-1265441626
- endpoint: connectCoreV1GetNamespacedPodPortforward
reason: Explicitly designed to be a debug feature
link: https://github.com/kubernetes/kubernetes/issues/112778#issuecomment-1427995711
- endpoint: connectCoreV1GetNamespacedPodAttach
reason: Explicitly designed to be a debug feature
reason: Endpoint likely to be deprecated
link: https://github.com/kubernetes/kubernetes/issues/112778#issuecomment-1427995711
- endpoint: connectCoreV1PostNamespacedPodAttach
reason: Explicitly designed to be a debug feature
link: https://github.com/kubernetes/kubernetes/issues/112778#issuecomment-1427995711