Merge pull request #112406 from Riaankl/createCoreV1NamespacedBinding_ineligible

Update_ineligible_endpoints.yaml : add createCoreV1NamespacedBinding to the list
This commit is contained in:
Kubernetes Prow Robot 2022-09-13 19:01:01 -07:00 committed by GitHub
commit d5e5f48b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -442,4 +442,6 @@
- endpoint: deleteCoreV1CollectionNode
reason: Kubernetes distribution would reasonably not allow this action via the API
link: https://github.com/kubernetes/kubernetes/issues/109379
- endpoint: createCoreV1NamespacedBinding
reason: Endpoint was deprecated in 1.7
link: https://github.com/kubernetes/kubernetes/pull/47041