generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
Hello,
It's just to track the issues. After hours of debugging, I've discovered that v1_json_schema_props->properties is currently not supported, it's deep in the code and I had to gdb to find this issue.
So, the creation of a CRD via ApiextensionsV1API_createCustomResourceDefinition api, it creates basically a CRD without spec/status since the library is not able to parse the properites.
Here where the problem is:
c/kubernetes/model/v1_json_schema_props.c
Line 1352 in 67e736a
| // The data type of the elements in v1_json_schema_props->properties is currently not supported. |
Is there a particular reason why part of the parsing is still not supported?
Honestly, you should consider to remove all the specific api and provide only the GenericAPI.
Best,
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.