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

Remove k8s.io/kubernetes dependency #1595

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mystic123
Copy link

Removes k8s.io/kubernetes dependency by replacing with appropriate subcomponents.

(kubernetes/kubernetes#79384 (comment))

Copied from the referenced golang issue thread:

k8s.io/kubernetes is not primarily intended to be consumed as a module. Only the published subcomponents are (and go get works properly with those).

If you want to consume k8s.io/kubernetes as a module, you'd probably need to add require directives for matching versions of all of the subcomponents, rather than using go get

/close

@degant
Copy link

degant commented May 22, 2023

@liyinan926 can someone help take a look at this? It might help with #1688 as well
@mystic123 would you be able to resolve conflicts?

Copy link

github-actions bot commented Sep 3, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants