Add KubernetesObjectApi#446
Conversation
|
Welcome @ddgenome! |
|
One thing to note here is that I changed the |
765ab09 to
c52b8c1
Compare
|
Thanks for the PR. I had a few comments. The only substantial one is wrt to caching the API info lookup. |
Add generic object API that dynamically determines endpoint based on the provided spec. Add KubernetesObjectApi to index exports. Provide tests and example usage. Closes kubernetes-client#375
Remove simple static values and methods. Add cache for API resource response.
|
All review comments provided thus far have been addressed. |
Remove simple static values and methods. Add cache for API resource response.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, ddgenome The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add generic object API that dynamically determines endpoint based on
the provided spec. Add KubernetesObjectApi to index exports. Provide
tests and example usage.
Closes #375