Improve a way how operator handle CheCluster CR #20804
Closed
3 of 5 tasks
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe
There several areas where we can improve how operator handles CheCluster CR.
Some changes aren't possible until we support OCP 3.11 and use corresponding
apiextensions.k8s.io/v1beta1
API.Describe the solution you'd like
kubebuilder:default
to set default values for fieldskubebuilder:validation
to set field validationhttps://book.kubebuilder.io/reference/markers/crd-validation.html
https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#mutatingwebhookconfiguration-v1-admissionregistration-k8s-io
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#validatingwebhookconfiguration-v1-admissionregistration-k8s-io
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: