jaeger-operator
jaeger-operator copied to clipboard
Make storage type a type and define constants for valid values
I think I originally thought about making it flexible so that new storage types could be added to Jaeger without changing the operator, but we are currently checking for known-values here:
https://github.com/jaegertracing/jaeger-operator/blob/4b4e47df9946e17b0144dbe6d3f68fda0926d922/pkg/strategy/controller.go#L54-L62
Is this the same goal as #111?