k3s/pkg/kubectl/cmd/util
Kubernetes Submit Queue 2fe56d4bb3 Merge pull request #30863 from ping035627/ping035627-patch-0818
Automatic merge from submit-queue

Optimise the ValidateBytes function

The PR optimise the "ValidateBytes" function in factory.go. Too much "if" branches is poor readability, use "switch" to look better.
2016-08-23 23:59:00 -07:00
..
editor
jsonmerge
clientcache.go Fix various typos in kubectl 2016-08-02 19:51:51 +03:00
factory.go Merge pull request #30863 from ping035627/ping035627-patch-0818 2016-08-23 23:59:00 -07:00
factory_test.go
helpers.go Add return code support to kubectl-exec and -run 2016-08-20 15:58:47 +02:00
helpers_test.go Add return code support to kubectl-exec and -run 2016-08-20 15:58:47 +02:00
printing.go