Remove dependency on k8s.io/kubernetes #1011
Labels
carvel accepted
This issue should be considered for future work and that the triage process has been completed
cleanup
cleaning up code, process, or technical debt
Describe the problem/challenge you have
k8s.io/kubernetes is not suppose to be used as library.
Because of this,
go list
command fails unless some packages are added in the replace section. If we add the packages in replace section, we have to take care of upgrading them as k8s.io/apiserver upgrades. This makes the maintainance hard.Describe the solution you'd like
Ideal solution would be to remove the dependency on k8s.io/kubernetes and have some alternative to the functionality it provides.
Anything else you would like to add:
This library is being used here
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: