according to api-groups:
The API group is specified in a REST path and in the apiVersion field of a serialized object.
The operator-sdk has a flag --api-group that represents the above specification. But it seems to me that api-group and apiVersion has the same string. We should figure out the distinction between those two and choose which one to use.
ref: #21
according to api-groups:
The API group is specified in a REST path and in the apiVersion field of a serialized object.The operator-sdk has a flag
--api-groupthat represents the above specification. But it seems to me thatapi-groupandapiVersionhas the same string. We should figure out the distinction between those two and choose which one to use.ref: #21