kubernetes-sigs / kubernetes-sigs/controller-runtime
Add support for ControllerExpectations
Open
@alenkacz is already working on this.
Since Feb 4, 2020.
kind/design
kind/feature
lifecycle/frozen
priority/backlog
- Dominant language
- Go
- Stars
- 3k
- Forks
- 1.3k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 14
Description
There are certain use cases when controllerexpectations https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils.go#L142 makes sense for controller logic (even though I agree they could be misused).
To hook this in properly into controller it would need to be part of the processNextItem so it makes sense from my point of view to be integrated into the runtime.
WDYT?
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.
Assessment
This issue has not been assessed yet.