Files
virtual-kubelet/internal
Brian Goff 4fe8496dd1 Fix TestMapReference needed an ordered mapping
In 405d5d63b1 we changed for an ordered
list to a map, however the test is order dependent go maps are
randomized.

Change the test to use a slice with an internal type (instead of pulling
back in k8s.io/kubernetes).

Without this change this test will fail occasionally and has no
guarentee for success because of the random order of maps.
2021-05-18 19:07:46 +00:00
..
2020-12-05 10:59:10 -08:00
2019-09-03 11:00:33 -07:00
2021-05-05 23:01:52 +00:00