cockroach-operator
cockroach-operator copied to clipboard
Create utility function for creating a stub statefulset for unit tests
Currently we create a statefulset inside of one of the test files cockroach_statefulset_test.go this should be pulled out so that all unit tests can use it as needed. There's also a pod creation function that needs factoring out as well.