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

support for replicaset #177

Closed acidnag closed 4 years ago

acidnag commented 4 years ago

I did not find support for replicasets in kubetest (apologies in advance if I overlooked, please point me to its usage). As a user, I would like to be able to test replicasets in a namespace.

edaniszewski commented 4 years ago

Hi -- thanks for the feature request! You are right in that there are currently no object mappings for replica sets, but it should be pretty straightforward to add.

I'm a bit busy today, but if you give me a couple of days, I should be able to throw together support for replicasets and cut a new release which includes it.

edaniszewski commented 4 years ago

released in 0.7.0

acidnag commented 4 years ago

thank you