kubernetes/vendor/github.com/coreos/go-semver/semver/sort.go

type Versions

func (s Versions) Len() int {}

func (s Versions) Swap(i, j int) {}

func (s Versions) Less(i, j int) bool {}

// Sort sorts the given slice of Version
func Sort(versions []*Version) {}