k3s/pkg/printers/internalversion
Kubernetes Submit Queue 870585e8e1 Merge pull request #44651 from knightXun/string
Automatic merge from submit-queue (batch tested with PRs 44594, 44651)

remove strings.compare(), use string native operation

I notice we use strings.Compare() in some code, we can remove it and use native operation.
2017-04-20 14:08:59 -07:00
..
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD Smarter describer for generic resources 2017-04-17 15:42:47 -03:00
describe.go Merge pull request #44594 from xiangpengzhao/describe-node-depre-phase 2017-04-20 13:48:52 -07:00
describe_test.go Smarter describer for generic resources 2017-04-17 15:42:47 -03:00
printers.go move helpers.go to helper 2017-04-11 15:49:11 -07:00
printers_test.go remove strings.compare(), use string native operation 2017-04-19 09:32:29 +08:00
sorted_resource_name_list_test.go