Closed
Description
What is the best approach to rename an API / CRD + operator's code ?
- I have generated the code of my first API using this command
operator-sdk new spring-boot-operator --api-version=springboot.snowdrop.me/v1alpha1 --kind=SpringBoot
, - developed the code of the operator and
- now I would like to rename the API to
pkg/apis/component/v1alpha1
+ CRD + ... files