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

Rebase on client-go v12.0.0 #80

Merged
merged 1 commit into from
Jul 6, 2019
Merged

Conversation

bpineau
Copy link
Owner

@bpineau bpineau commented Jul 6, 2019

That's the first officially tagged client-go release supporting go mod.
Also, the client-go version used in Kubernetes 1.15.0.

Needed some bit shuffling since dynamic package changed quite a bit.

While at it, up all dependencies.

func init() {
// Enable klog which is used in dependencies
klog.InitFlags(nil)
flag.Set("logtostderr", "true")

Choose a reason for hiding this comment

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

Error return value of flag.Set is not checked (from errcheck)

// Enable klog which is used in dependencies
klog.InitFlags(nil)
flag.Set("logtostderr", "true")
flag.Set("v", "9")

Choose a reason for hiding this comment

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

Error return value of flag.Set is not checked (from errcheck)

@coveralls
Copy link

coveralls commented Jul 6, 2019

Coverage Status

Coverage decreased (-0.8%) to 86.436% when pulling e6d97ac on latest-client-go-and-discovery into 778dbb1 on master.

That's the first officially tagged client-go release supporting go mod.
Also, the client-go version used in Kubernetes 1.15.0.

Needed some bit shuffling since `dynamic` package changed quite a bit.

While at it, up all dependencies.
@bpineau bpineau force-pushed the latest-client-go-and-discovery branch from a2bb734 to e6d97ac Compare July 6, 2019 17:56
@bpineau bpineau merged commit fdab9c1 into master Jul 6, 2019
@bpineau bpineau deleted the latest-client-go-and-discovery branch July 6, 2019 18:43
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