generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
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
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.