You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile: error running compiler: exit status 2
/root/.cache/bazel/_bazel_root/9fb8753853fa4f06dcf18e6226b8e4f5/execroot/__main__/vendor/k8s.io/client-go/rest/request.go:598:31: not enough arguments in call to watch.NewStreamWatcher
have (*versioned.Decoder)
want (watch.Decoder, watch.Reporter)
Is this my method wrong?
The text was updated successfully, but these errors were encountered:
Be sure you are using the tagged version of k8s.io/apimachinery which corresponds to the version of client-go you are using
/close
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.
client-go/rest/request.go
Line 598 in 6ee68ca
Is this my method wrong?
The text was updated successfully, but these errors were encountered: