k3s/pkg/printers
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
..
internalversion Merge pull request #44651 from knightXun/string 2017-04-20 14:08:59 -07:00
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD Smarter get printer for generic resources 2017-04-17 15:42:47 -03:00
OWNERS Add pkg/printers OWNERS 2017-03-07 22:28:27 -05:00
common.go
customcolumn.go
customcolumn_test.go
humanreadable.go Smarter get printer for generic resources 2017-04-17 15:42:47 -03:00
humanreadable_test.go Smarter get printer for generic resources 2017-04-17 15:42:47 -03:00
interface.go
json.go
jsonpath.go
name.go NamePrinter should not hardcode scheme 2017-02-23 00:28:31 -05:00
printers.go
tabwriter.go
template.go
versioned.go