Skip to content

API ApiextensionsV1API_deleteCustomResourceDefinition wrong return type #273

Open
@hirishh

Description

@hirishh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions