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
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT at line 69 column 14 path $.status
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:226)
at com.google.gson.Gson.fromJson(Gson.java:932)
at com.google.gson.Gson.fromJson(Gson.java:897)
at com.google.gson.Gson.fromJson(Gson.java:846)
at io.kubernetes.client.openapi.JSON.deserialize(JSON.java:139)
at io.kubernetes.client.openapi.ApiClient.deserialize(ApiClient.java:765)
at io.kubernetes.client.openapi.ApiClient.handleResponse(ApiClient.java:968)
at io.kubernetes.client.openapi.ApiClient.execute(ApiClient.java:895)
at io.kubernetes.client.openapi.apis.BatchV1beta1Api.deleteNamespacedCronJobWithHttpInfo(BatchV1beta1Api.java:582)
at io.kubernetes.client.openapi.apis.BatchV1beta1Api.deleteNamespacedCronJob(BatchV1beta1Api.java:554)
The text was updated successfully, but these errors were encountered:
This is a duplicate of #86, there's much more detail in that issue, but basically Kubernetes can return two different types here and we only parse one of them correctly. There's not much we can do for now to fix it.
kubernetes version : 1.16.4
java client version : 8.0.2
Exception Trace:
The text was updated successfully, but these errors were encountered: