kube-rs / kopium

Kubernetes OPenapI UnMangler
Apache License 2.0
113 stars 21 forks source link

Make map-type an enum and make map usage consistent #219

Closed clux closed 7 months ago

clux commented 7 months ago

follow-up to #218

reverts the change that partially changes the default map type.

after this change we still maintain BTreeMap, but use it in a few more places consistently.