kubernetes/pkg/kubectl/cmd/get
WanLinghao 97ec74df03 The client-go library supports user get Object info in the form of .spec.containers[0:3].name.
But kubectl get command doesn't support this.
This patch fix this, now users could get object info like:
a. kubectl get pod test-pod -o custom-columns=CONTAINER:.spec.containers[0:3].name
b. kubectl get pod test-pod -o custom-columns=CONTAINER:.spec.containers[-2:].name
2019-01-31 09:38:04 +08:00
..
BUILD Update generated files 2019-01-15 13:33:06 -05:00
customcolumn_flags_test.go kubectl: move custom columns printers and flags 2018-11-12 14:31:59 -08:00
customcolumn_flags.go kubectl: move custom columns printers and flags 2018-11-12 14:31:59 -08:00
customcolumn_test.go The client-go library supports user get Object info in the form of .spec.containers[0:3].name. 2019-01-31 09:38:04 +08:00
customcolumn.go The client-go library supports user get Object info in the form of .spec.containers[0:3].name. 2019-01-31 09:38:04 +08:00
get_flags.go Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
get_test.go Use tabwriter with remembered column widths 2019-01-01 22:27:36 -05:00
get.go Use tabwriter with remembered column widths 2019-01-01 22:27:36 -05:00
humanreadable_flags_test.go add readiness gates column in the wide printout for pod 2018-11-07 16:45:49 -08:00
humanreadable_flags.go Fix some golint errors for packages in pkg/kubectl/cmd 2018-11-22 22:09:08 +08:00
sorter_test.go Fix sort-by regression 2018-12-06 12:32:30 -05:00
sorter.go Fix sort-by regression 2018-12-06 12:32:30 -05:00