You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
We currently post-process the CRD generated by kubebuilder here
code-intelligence/Label_Microservice/go/Makefile
Line 55 in 7f51416
This post-processing removes validation for PipelineRunRef and just treats it as an arbitrary json.
This is undesirable because we'd like validation to insure PipelineRunRef's are correct.
This was necessary because PipelineParams implement custom marshling and kubebuilder didn't handle this correctly at the time.
This should be fixed by kubernetes-sigs/controller-tools#427 which should be in controller-gen 0.3.0 and later.
I think I'm currently using v0.2.5. We should try to upgrade and see if that fixes the issue and get rid of our postprocessing.
The text was updated successfully, but these errors were encountered: