-
Hi, I am using this C# SDK to replace deployment. I used AppsV1.ReplaceNamespacedDeploymentAsync method but response Operation returned an invalid status code 'UnprocessableEntity' . I don't know why and What's wrong with my V1Deployment, this is my V1Deployment Entity, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is likely caused by your request is not valid |
Beta Was this translation helpful? Give feedback.
This is likely caused by your request is not valid
you may want to catch and inspect the httpresponse of the ex, there the server would tell you the detail