vapor-ware / kubetest

Kubernetes integration testing in Python via pytest
https://kubetest.readthedocs.io/en/latest/
GNU General Public License v3.0
207 stars 56 forks source link

client get_ingresses uses incorrect api client #179

Closed edaniszewski closed 4 years ago

edaniszewski commented 4 years ago

as noted here: https://github.com/vapor-ware/kubetest/pull/172#issuecomment-618550619

It should instead be using the ExtensionsV1beta1Api client.

Perhaps instead of manually defining the api client to use, the api client is determined by the API Object's "preferred" client option.