Create a separate go module for API #968
Labels
area/control-plane
Control plane related
area/dev-productivity
Developer productivity related (how to improve development)
kind/api-change
API change with impact on API users
kind/enhancement
Enhancement, improvement, extension
Milestone
How to categorize this issue?
/area control-plane
/area dev-productivity
/kind enhancement
/kind api-change
What would you like to be added:
etcd-druid/config
folder and move samples out intoexample
folder at the top level.api/validation
- this task as a dependency on [Feature] Introduce validating webhook #409Why is this needed:
For programmatically provisioning etcd-druid operator following is needed:
Today we have both the API and the implementation in the same go module. In addition we do not provide API access to the CRDs as well. As a consequence we see the following in Gardener:
The text was updated successfully, but these errors were encountered: