Context: https://github.com/jaegertracing/jaeger-operator/pull/193#discussion_r258954070
Basically, it would be good to not repeat ourselves too much when creating labels/setting owner references. A common function can be used for this.
Should I have to use these functions across?
yes, They are already used in some places but not everywhere.
Most of this has been handled as part of #904, but the AsOwner was missing.
Most helpful comment
yes, They are already used in some places but not everywhere.