-
Notifications
You must be signed in to change notification settings - Fork 771
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
[EPIC] Use kubernetes/client-go #175
Comments
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
I marked the title as [EPIC] but lets keep this issue open. Would massively reduce the size of the binary. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Hi, I am curious as to the progress here. While debugging an issue with someone trying to use kompose on EKS getting prompted for username and password I found the version of client-go vendored here is out of date and does not include the new exec based authentication type. Does it make sense to open a new issue for just for client-go vendor upgrade or include it as part of this EPIC? |
To be honest, we don't have much development time to implement client-go (it's a huge task that involves refactoring a ton of code / libraries). However, we are more than open to PR's. We will most likely re-visit |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
It should be possible to use kubernetes/client-go instead of digging through whole k8s.io/kubernetes.
As a result we might get smaller dependencies and it could solve whole problem of conflicting kubernetes/kubernetes vs. openshift/kubernetes see: #157 (comment)
The text was updated successfully, but these errors were encountered: