Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce dependencies on g/g #972

Open
2 tasks
unmarshall opened this issue Jan 6, 2025 · 0 comments
Open
2 tasks

Reduce dependencies on g/g #972

unmarshall opened this issue Jan 6, 2025 · 0 comments
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

Comments

@unmarshall
Copy link
Contributor

How to categorize this issue?

/area dev-productivity
/area open-source
/kind technical-debt

What would you like to be added:

  • Except ImageVectorOverride all other places where we are using g/g utilities should be removed.
  • Add 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.

@shreyas-s-rao shreyas-s-rao added 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 labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants