-
Notifications
You must be signed in to change notification settings - Fork 985
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
Update vendored k8s client code to go-client v4.0.0 #80
Conversation
Hi @sl1pm4t I'll make sure it's pulled in as soon as we can to unblock all the other pending PRs. Just for the sake of transparency: I firstly want to resolve hashicorp/terraform-provider-google#399, so that I can bump the vendored google provider here to the latest version and fix all the related acceptance test failures which I didn't notice when merging #43 |
I'm going to merge this next week. Thanks for all the work and sorry to keep you waiting! |
Thanks for the update @radeksimko |
FYI: The main reason this wasn't shipped yet is because I'm trying to figure out why are the following tests failing in 1.7 & 1.8 (passing in 1.6):
If you can help that would be wonderful. 😉 If not, that's 👌 too, I will keep looking. |
This adds support for Kubernetes 1.7.x according to the client-go [docs].(https://github.com/kubernetes/client-go/tree/master#compatibility-client-go---kubernetes-clusters)