Deprecate CheCluster API v1 #21579
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
Milestone
Is your task related to a problem? Please describe
We still support CheCluster API v1 after introducing v2.
It imposes additional difficulties with extending v2 since we have to add the similar fields to v1 and implement conversion.
Describe the solution you'd like
Deprecate CheCluster API v1 and completely remove it in a future release of Eclipse Che.
Deprecation annotation:
// +kubebuilder:deprecatedversion:warning=<string>
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: