locutus
locutus copied to clipboard
Rename runtime import namespace to `locutus-runtime`
Currently locutus uses the generic-operator namespace, which is an artifact of the proof-of-concept stage of this project. I think locutus-runtime would be more representative of today's state.
agreed! @paulfantom, maybe a something for you as it affects the jsonnet part?
FWIW for the implementation of #18 I already went with this new proposed prefix/namespace. So really all we should do is branch off a version of locutus now (as this is a breaking change and I believe some users are relying on this), and then do the change here: https://github.com/brancz/locutus/blob/master/render/jsonnet/jsonnet.go#L55