kubernetes-sigs / kubernetes-sigs/controller-runtime
Remove the old deprecated Events API
Open
Nobody has claimed this yet.
lifecycle/frozen
- Dominant language
- Go
- Stars
- 3k
- Forks
- 1.3k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 14
Description
After adding support for the new events API here #2141 (#3262), remove the old events API and adapt the usage in leader election when https://github.com/kubernetes/kubernetes/issues/82846 is implemented.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the new events API work in issues #2141 and #3262, then inspect the current old Events API usage, especially in leader election. Check the dependency on Kubernetes issue #82846 before making changes. Done means the deprecated API is removed and leader election uses the supported API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend, distributed-systems
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100