linkerd2/cli/cmd
Alejandro Pedraza 2d6fde274c Make room for columns in `linkerd top` (#1750)
* Make room for columns in `linkerd top`

Make room for columns in `linkerd top`. Columns with data longer than some predetermined minimum length were stepping over each other.

Proposal for #1728

* Removed unneeded truncations

Signed-off-by: Alejandro Pedraza <alejandro.pedraza@gmail.com>
2018-10-11 13:08:46 -07:00
..
testdata Add --single-namespace install flag for restricted permissions (#1721) 2018-10-11 10:55:57 -07:00
check.go Add --single-namespace install flag for restricted permissions (#1721) 2018-10-11 10:55:57 -07:00
check_test.go
completion.go
completion_test.go
dashboard.go Added --context flag to specify the context to use to talk to the Kubernetes apiserver (#1743) 2018-10-08 12:37:35 -07:00
get.go
get_test.go
inject.go Proxy init and sidecar containers auto-injection (#1714) 2018-10-10 12:09:22 -07:00
inject_test.go Added ability to configure sidecar CPU + Memory requests (#1731) 2018-10-08 10:51:29 -07:00
install.go Add --single-namespace install flag for restricted permissions (#1721) 2018-10-11 10:55:57 -07:00
install_test.go Add --single-namespace install flag for restricted permissions (#1721) 2018-10-11 10:55:57 -07:00
root.go Proxy init and sidecar containers auto-injection (#1714) 2018-10-10 12:09:22 -07:00
stat.go
stat_test.go
tap.go
tap_test.go
test_helper.go
top.go Make room for columns in `linkerd top` (#1750) 2018-10-11 13:08:46 -07:00
version.go Added --context flag to specify the context to use to talk to the Kubernetes apiserver (#1743) 2018-10-08 12:37:35 -07:00
version_test.go