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

upgrade k8s client-go to v0.16.7 #820

Merged
merged 2 commits into from Apr 24, 2020
Merged

Conversation

3quanfeng
Copy link
Contributor

  1. bring k8s client-go up to v0.16.7 wo work with k8s 1.16.7
  2. update CRD client code to use the new signature introduced by new client-go, i.e. context
  3. update existing test cases to use the new signature
  4. golang version upgrade from 1.12 to 1.13
  5. some minor fix regarding go test with tag, i.e. -tags unittest

chenchen and others added 2 commits April 23, 2020 14:31
1. upgrade crd AzureApplicationGatewayBackendPool go client

2. upgrade crd AzureIngressProhibitedTarget go client

3. upgrade istio_crd_client
Copy link
Contributor

@draychev draychev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow that was a ton of reading :)

lgtm!
Thank you!

@@ -1,59 +1,40 @@
module github.com/Azure/application-gateway-kubernetes-ingress

go 1.12
go 1.13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@3quanfeng 3quanfeng merged commit 0fb1281 into master Apr 24, 2020
@akshaysngupta akshaysngupta deleted the biga/upgrade-k8s-client-go branch April 30, 2020 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants