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
For now you can use the legacy version to work around this. We can consider if we want to fix this in the upstream code generator, but honestly, I think this is a bug in the Kubernetes API server.
I use the next code to test listNode() api:
response error:
Exception in thread "main" java.lang.IllegalArgumentException: Expected the field
names
to be an array in the JSON string but gotnull
I debug find the function
JSON.deserialize(respBody, returnType)
thnow the error,Client Version 20.0.0
Kubernetes = 1.28.10
java = 17
The text was updated successfully, but these errors were encountered: