linkerd2/cli/cmd
Phil Calçado 709de5a7b0
Moves k8s and conduit client code to /pkg (#103)
* Rename constructor functions from MakeXyz to NewXyz

As it is more commonly used in the codebase

Signed-off-by: Phil Calcado <phil@buoyant.io>

* Make Conduit client depend on KubernetesAPI

Signed-off-by: Phil Calcado <phil@buoyant.io>

* Move Conduit client and k8s logic to standard go package dir for internal libs

Signed-off-by: Phil Calcado <phil@buoyant.io>

* Move dependencies to /pkg

Signed-off-by: Phil Calcado <phil@buoyant.io>

* Make conduit client more testable

Signed-off-by: Phil Calcado <phil@buoyant.io>

* Remove unused config object

Signed-off-by: Phil Calcado <phil@buoyant.io>

* Add more test cases for marhsalling

Signed-off-by: Phil Calcado <phil@buoyant.io>

* Move client back to controller

Signed-off-by: Phil Calcado <phil@buoyant.io>

* Sort imports

Signed-off-by: Phil Calcado <phil@buoyant.io>
2018-01-04 10:10:10 -08:00
..
testdata first iteration of status subcommand: check Kubectl #92 (#96) 2017-12-28 14:03:18 -05:00
completion.go Add shell completion command to cli (#97) 2017-12-28 14:24:06 -08:00
completion_test.go Add shell completion command to cli (#97) 2017-12-28 14:24:06 -08:00
dashboard.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
get.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
get_test.go Make several CLI commands testable (#86) 2017-12-27 14:10:41 -05:00
inject.go Prepare the repo for the v0.1.1 release (#75) 2017-12-20 10:51:53 -08:00
install.go adding RBAC stuff for Prometheus (#83) 2017-12-22 13:45:56 -08:00
root.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
stat.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
stat_test.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
status.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
status_test.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
tap.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
tap_test.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
test_helper.go Make several CLI commands testable (#86) 2017-12-27 14:10:41 -05:00
version.go Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
version_test.go Make several CLI commands testable (#86) 2017-12-27 14:10:41 -05:00