matrixone-operator
matrixone-operator copied to clipboard
[Enhancement]: do crd validation in webhook by ourselves
Is there an existing issue for enhancement?
- [X] I have checked the existing issues.
What would you like to be added ?
since we close schema validation in crd because #327 , we should do validation by ourselves
Why is this needed ?
No response
Additional information
No response
To introduce the validation utilities in kubernetes, we need to migrate webhooks from the api package, otherwise the dependency of api module would be messed up