samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
111 stars 24 forks source link

test utils: add more flexible utility functions #111

Closed phlogistonjohn closed 2 years ago

phlogistonjohn commented 2 years ago

The old utility functions were fine but could only ever operate on/handle a single pod. If & when we need to handle multiple pods these functions are too inflexible. Replace the old utility functions with more flexible, but still convenient, versions.