operator-framework / operator-framework/josdk-webhooks
A tighter integration between admission-controller-framework and java-operator-sdk projects.
@csviri is already working on this.
Since Jun 15, 2022.
- Dominant language
- Java
- Stars
- 26
- Forks
- 8
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 4
Description
Hi folks,
we are using the admission-controller-framework in the Flink Kubernetes Operator's Webhook component. We ended up writing our own custom logic to find related CRs, a.k.a secondary/primary resources in JOSDK, during validation. It would be great to see some of the great features already implemented in JOSDK, e.g. dynamic namespace change, etc added to the admission controller. I was wondering if there were any plans for a more tighter integration between the admission-controller-framework and java-operator-sdk projects?
Thanks,
Matyas
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.