Update_ineligible_endpoints.yaml

remove createCoreV1NamespacedBinding
This commit is contained in:
Riaan Kleinhans 2022-09-13 09:35:58 +12:00 committed by GitHub
parent 0f37b31206
commit 4b4084915a
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 deprectated in 1.17
link: https://github.com/kubernetes/kubernetes/pull/47041