issues
search
vapor-ware
/
kubetest
Kubernetes integration testing in Python via pytest
https://kubetest.readthedocs.io/en/latest/
GNU General Public License v3.0
206
stars
57
forks
source link
feat: look up preferred client for objects on kubetest client get/list
#182
Closed
edaniszewski
closed
4 years ago
edaniszewski
commented
4 years ago
This PR:
adds a
preferred_client
class method to the base ApiObject class to get an instance of the preferred api client for the object
uses the preferred client when performing gets via the kubetest client
fixes #181
This PR:
preferred_client
class method to the base ApiObject class to get an instance of the preferred api client for the objectfixes #181