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
Min Kim edited this page Nov 24, 2020
·
1 revision
Known Issues (not yet resolved)
1. Exception on deleting resources: "java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT..."
This is happening because openapi schema from kubernetes upstream doesn't match its implementation due to
the limitation of openapi v2 schema expression #86.
Consider either catch and ignore the JsonSyntaxException or do the deletion in the following form: