-
Notifications
You must be signed in to change notification settings - Fork 618
Closed
Labels
P3Nice-to-have, low urgency, won't-do until priority is increasedNice-to-have, low urgency, won't-do until priority is increaseddependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestgoPull requests that update Go codePull requests that update Go code
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
As of now, each component (i.e. apiserver, operator) has their own go module files (i.e. go.mod
);
we could consolidate them into root directory, the benefit of which includes
- We don't need to copy them over one by one when building docker images;
- Dependabot no longer needs to fire multiple PRs to upgrade one package; to make things worth, some of them succeed while others fail.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
P3Nice-to-have, low urgency, won't-do until priority is increasedNice-to-have, low urgency, won't-do until priority is increaseddependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestgoPull requests that update Go codePull requests that update Go code