Closed jonstelly closed 5 years ago
Nope, that’d be all I think - thanks!
When you have time can you try out the new release and let me know if it works for your use-case?
I just tested 2.2.10 and it works for PersistentVolumes and Nodes (the other pull request). I'm only calling List methods but all the data coming back looks good.
Thanks!
Trying to list persistent volumes gets me a 404:
I think the change starts with the below diff, but I'm not 100% sure. If this looks right then I guess we'd also need to remove the kubeNamespace parameter from the methods on
PersistenVolumeClientV1
? If I loadhttp://localhost:8001/api/v1/
in a browser I can see anamespaced: true/false
property and it's false for PersistentVolumes, so this seems right. Is there any more complexity to this change other than changing PersistentVolumeClient? If not I can submit a PR this evening or tomorrow.