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
When I just ran the openapi model generation workflow just now, an error from code patching step aborted the workflow with following error:
Run ls scripts/patches/*.diff | xargs git apply
error: patch failed: kubernetes/src/main/java/io/kubernetes/client/openapi/models/V1Secret.java:18
error: kubernetes/src/main/java/io/kubernetes/client/openapi/models/V1Secret.java: patch does not apply
When I just ran the openapi model generation workflow just now, an error from code patching step aborted the workflow with following error:
So I had skip the code patch step in the workflow via, retry and toggling
If true, skip patching code after generation
: https://github.com/kubernetes-client/java/actions/runs/13120777699This indicates that the patches under
scripts/patches
folder are outdated, hence we need to do either of:The text was updated successfully, but these errors were encountered: