Skip to content

Commit

Permalink
cli: Remove get cmd and relevant tests (#5202)
Browse files Browse the repository at this point in the history
Fixes #5190

`linkerd get` is not used currently and works only for pods. This can be
removed instead as per the issue. This branch removes the command and
also the associated unit and integration tests.

Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
  • Loading branch information
Pothulapati authored and alpeb committed Dec 1, 2020
1 parent 6d11198 commit 87a28fa
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 462 deletions.
102 changes: 0 additions & 102 deletions cli/cmd/get.go

This file was deleted.

70 changes: 0 additions & 70 deletions cli/cmd/get_test.go

This file was deleted.

1 change: 0 additions & 1 deletion cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func init() {
RootCmd.AddCommand(newCmdDoc())
RootCmd.AddCommand(newCmdEdges())
RootCmd.AddCommand(newCmdEndpoints())
RootCmd.AddCommand(newCmdGet())
RootCmd.AddCommand(newCmdInject())
RootCmd.AddCommand(newCmdInstall())
RootCmd.AddCommand(newCmdInstallCNIPlugin())
Expand Down
195 changes: 0 additions & 195 deletions test/integration/get/get_test.go

This file was deleted.

Loading

0 comments on commit 87a28fa

Please sign in to comment.