Thanks for making this pytest plugin! I might have missed it, but is it possible to edit (patch) kubernetes objects ?
For example, in my project I need to change the replica count of a deployment, but I didn't see any supported methods to do this. I could "delete" and then "create" a deployment, but that seems like more of a workaround to this feature request, especially since the underlying k8s sdk supports updates via "patch_namespaced_deployment"
Thanks for making this pytest plugin! I might have missed it, but is it possible to edit (patch) kubernetes objects ?
For example, in my project I need to change the replica count of a deployment, but I didn't see any supported methods to do this. I could "delete" and then "create" a deployment, but that seems like more of a workaround to this feature request, especially since the underlying k8s sdk supports updates via "patch_namespaced_deployment"