Reduce dependencies on g/g #972
Labels
area/dev-productivity
Developer productivity related (how to improve development)
area/open-source
Open Source (community, enablement, contributions, conferences, CNCF, etc.) related
kind/technical-debt
Something that is only solved on the surface, but requires more (re)work to be done properly
How to categorize this issue?
/area dev-productivity
/area open-source
/kind technical-debt
What would you like to be added:
constants.go
in etcd-druid API and move the reconcile annotation key there. Rename the reconcile annotation key and to maintain backward compatibility continue to support the current reconcile annotation key name.Why is this needed:
gardener is a mono repo and adding it to the go mod dependencies brings in truck load of dependencies which are not really needed in etcd-druid. We only use utilities from gardener/gardener code base and many of which are very simple ones as well which do not require the entire weight of g/g code base to be added into go mod dependencies.
The text was updated successfully, but these errors were encountered: