k3s/pkg/util/slice
Dmitry Shulyak 4a60d3ce60 Sort revisions in rollout history as integers
Previously keys were sorted as strings, thus it was possible
to see such order as 1, 10, 2, 3, 4, 5.

Ints64 helper implemented in util/slice module to sort []int64
2016-05-24 10:04:05 +02:00
..
slice.go Sort revisions in rollout history as integers 2016-05-24 10:04:05 +02:00
slice_test.go Sort revisions in rollout history as integers 2016-05-24 10:04:05 +02:00