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

k8s.io libs version are not synchronized #197

Open
Ryuko opened this issue Dec 28, 2023 · 0 comments
Open

k8s.io libs version are not synchronized #197

Ryuko opened this issue Dec 28, 2023 · 0 comments

Comments

@Ryuko
Copy link

Ryuko commented Dec 28, 2023

This seems to be the issue:

monday/go.mod

Lines 14 to 16 in fcd9227

k8s.io/api v0.28.4
k8s.io/apimachinery v0.29.0
k8s.io/client-go v0.28.4

error assignment is missing here:

upgradeRoundTripper := spdy.NewRoundTripperWithConfig(spdy.RoundTripperConfig{
TLS: tlsConfig,
Proxier: proxy,
PingPeriod: time.Second * 5,
})

see:
https://github.com/kubernetes/client-go/blob/fb8b7346aacefea5ee2ab2e234afc4451c90c435/transport/spdy/spdy.go#L46-L51

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

No branches or pull requests

1 participant