-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Import Argo client library but build failed. #1983
Comments
I referenced
It had mismatched function arguments with our imports, we use v1.0.0. Instruct By the way, I change to master branch. |
I have exactly the same problem ( |
Finally, I took a workaround. The grpc client is what I wants, so copy the code related to grpc and it worked. |
Finally, I've also found a solution which works...
|
See #1375 |
Summary
Tried to utilize client library reference
example/example-golang
to fulfill our need. But build failed. Is something I did wrong? The snippet is fromgo.mod
Motivation
At the first, I encountered:
I googled and follows kubernetes/client-go#584 (comment)
Use
go get k8s.io/client-go@master
to upgradeclient-go
After that, it came with another broken
The text was updated successfully, but these errors were encountered: