"...svn:/svn.code.sf.net/p/irrlicht/code/trunk@5140" did not exist on "c3e94cf5975a19e22905c23f035598bc99c438b1"
plugin/kubernetes: smaller map (#2383)
* plugin/kubernetes: smaller map
to continue with a theme: the map[string]bool can be reduced
to map[string]struct{} to reduce a tiny amount of memory.
Signed-off-by:
Miek Gieben <miek@miek.nl>
* fix tests
Signed-off-by:
Miek Gieben <miek@miek.nl>
Showing
Please register or sign in to comment