[BUG] [Java] Genrated equals doesn't honor nested primitive-array
Created by: yue9944882
xref: https://github.com/kubernetes-client/java/issues/431
the generated equals call for Map<String, byte[]>
is broken b/c we didn't apply deep-equal check for nested value entries in the map. the makes equals call permanently returning false..