-
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
Broken import when using Argo go client #4791
Comments
Will this be fixed by #4425 ? |
Thanks @NikeNano! |
You are the man @NikeNano. I had to run |
Let me know when you have an PR @JPZ13, look forward to see this merged. |
Will do! I'll tag you as a reviewer when I put up the PR @NikeNano |
…4810) Signed-off-by: J.P. Zivalich <[email protected]>
Summary
When building a service that invokes Argo using the go client, I frequently run into the gnostic openapiv2 error. Newer kube dependencies seem to have fixed this, but existing versions will not be fixed 😞.
I'd propose bumping the K8s dependencies to a newer version. I'm happy to own the issue and make the changes.
Diagnostics
Here are my relevant go dependencies in go.mod:
Note: I use the scheme package in kubectl to interact with secrets.
Here's the error I get when running a build:
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: