Avoid version conversion cross the components #595
Labels
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
Description:
For now, we did version conversion by hard code cross different components in the project, which makes it hard to maintain; it's better to leverage crd versioning feature to do that. Refer to the following link on how to do that: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definition-versioning/ .
The text was updated successfully, but these errors were encountered: