Skip to content

Parsing response failed when calling deleteNamespacedPod #262

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

Closed
ohadmuch opened this issue May 10, 2018 · 2 comments
Closed

Parsing response failed when calling deleteNamespacedPod #262

ohadmuch opened this issue May 10, 2018 · 2 comments

Comments

@ohadmuch
Copy link

Using version 1.0.0

When calling deleteNamespacedPod the inner method deleteNamespacedPodWithHttpInfo tries to parse the execute response with type of V1Status but the response return actually V1Pod so the parsing is failed and an exception is thrown although the delete action is actually performed

image

@karthikkondapally
Copy link
Contributor

Known issue #86
see #86 (comment)
This error may arise for all delete K8 objects.

@brendandburns
Copy link
Contributor

Closing as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants