kubernetes/pkg/volume/awsebs
Justin Santa Barbara 3c4789b464 Sort bind options in JoinMountOptions
We were not sorting them previously, which made the order
non-deterministic.  If we believe the order doesn't matter, let's pick
a consistent order to minimize the chances of a rare flake.

This also simplifies the unit tests, which were flaking
not-very-rarely, e.g. with

`bazel test //pkg/volume/awsebs/... --runs_per_test=8`
2018-10-04 21:39:13 -04:00
..
attacher_test.go
attacher.go
aws_ebs_block_test.go
aws_ebs_block.go
aws_ebs_test.go Sort bind options in JoinMountOptions 2018-10-04 21:39:13 -04:00
aws_ebs.go
aws_util.go
BUILD
doc.go
OWNERS