Files
kubernetes/pkg
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
..
2018-11-10 07:50:31 -05:00
2019-01-06 15:48:53 +02:00
2018-10-05 12:59:38 -07:00
2018-11-10 07:50:31 -05:00
2018-10-05 12:59:38 -07:00
2018-11-11 22:07:29 -08:00
2018-09-13 20:27:32 -07:00
2018-06-22 16:22:57 -07:00
2018-11-10 07:50:31 -05:00