Commit Graph

9 Commits

Author SHA1 Message Date
Steve Sperandeo
c7ca96c069 Removed printf lines instead of commenting. 2024-03-08 11:46:43 -08:00
Steve Sperandeo
ccf8dda691 Commented out printf statements in the generic client. 2024-03-05 10:43:18 -08:00
DanyT
7378278961 allow apiGroup to be null
- allocate and copy the apiGroup only if one is provided
- no need for explicit check for null when free is called - free does it
2023-04-24 11:12:35 +03:00
DanyT
0c3a731fa4 improve generic list and namespacedlist
- allow empty apiGroup
- select rest api path based on apiGroup value
2023-04-21 12:49:18 +03:00
Ahmed Yarub Hani Al Nuaimi
9271886c7d Refactoring 2021-09-09 10:08:30 -03:00
Ahmed Yarub Hani Al Nuaimi
1d5348f99e Remove duplicate macro
Add alternative strndup implementation
2021-09-06 18:18:47 -03:00
Hui Yu
4b73d0ac3f Add PATCH operation to the generic client 2021-02-19 11:45:55 +08:00
Brendan Burns
3f6419e9e0 Add delete/create/replace to the generic client. 2020-08-17 08:01:26 -07:00
Brendan Burns
4000633202 Add a generic client (read-only for now) 2020-08-14 10:57:25 -07:00