|
|
|
|
|
by lenkite
672 days ago
|
|
Its more like 30 lines of code without the prints. However, one generally should code generic functions for this. The k8s apimachinery module has helper functions which is useful for this sort of stuff. Ex: `NestedFieldNoCopy` and its wrapper functions. https://github.com/kubernetes/apimachinery/blob/95b78024e3fe... Ideally, such `nested` map helper functions should be part of the stdlib. |
|