Open
Description
Hello,
I know that in general with the generic api I can workaroud all the model-cjson converting issues, but I still think it's important to report all the bugs.
I was playing with ApiextensionsV1API.h
apis, and in particular with ApiextensionsV1API_deleteCustomResourceDefinition
(https://github.com/kubernetes-client/c/blob/master/kubernetes/api/ApiextensionsV1API.h#L31)
Every call to this method returns a NULL v1_status_t*
so I started to dig deeper.
This call should return a v1_custom_resource_definition_t
and not a v1_status_t
. That's why parsing is failing.
Best
Metadata
Metadata
Assignees
Labels
No labels