k3s/pkg/kubectl/cmd/plugin
juanvallejo 901c798681
prevent sorting of PATH dirs
This patch allows the `kubectl plugin list` command to display discovered
plugin paths in the same order as they appear in a user's PATH.
Prior to this patch, discovered plugin paths were sorted before being
displayed.

Additionally, any errors encountered while reading from any directory in a
user's PATH will now be printed to stderr at the end of the command's
output.
2018-10-30 14:13:13 -04:00
..
testdata
BUILD prevent sorting of PATH dirs 2018-10-30 14:13:13 -04:00
plugin.go prevent sorting of PATH dirs 2018-10-30 14:13:13 -04:00