linkerd2/cli/cmd
Tarun Pothulapati c4f8ba270d
Generate Identity certs with alternate domain names (#4920)
Updating only the go 1.15 version, makes the upgrades fail from older versions,
as the identity certs do not have that setting and go 1.15 expects them. 
This PR upgrades the cert generation code to have that field, 
allowing us to move to go 1.15 in later versions of Linkerd.
2020-09-03 22:33:10 +05:30
..
testdata Generate Identity certs with alternate domain names (#4920) 2020-09-03 22:33:10 +05:30
alpha.go Remove SMI-Metrics charts and commands (#4843) 2020-08-24 14:35:33 -07:00
check.go Turn on multicluster checks when --multicluster flag is used (#4817) 2020-08-11 17:02:52 -07:00
check_test.go Output check result as json (#2666) 2019-05-20 09:04:28 -07:00
completion.go add fish shell completion (#4751) 2020-07-20 15:46:30 -07:00
completion_test.go Bump proxy-init to 1.2.0 (#3397) 2019-09-09 09:06:14 -07:00
dashboard.go GoDocs for completion, dashboard and diagnostics cli commands (#4518) 2020-06-30 05:53:50 -05:00
diagnostics.go GoDocs for completion, dashboard and diagnostics cli commands (#4518) 2020-06-30 05:53:50 -05:00
doc.go feat: add log format annotation and helm value (#4620) 2020-07-02 10:08:52 -05:00
edges.go Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
edges_test.go Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
endpoints.go Have `linkerd endpoints` use `Destination.Get` (#2990) 2019-07-03 09:11:03 -05:00
endpoints_test.go Have `linkerd endpoints` use `Destination.Get` (#2990) 2019-07-03 09:11:03 -05:00
get.go Add namespace global flag to hold default namespace name (#4469) (#4512) 2020-06-04 10:45:07 -07:00
get_test.go Fix spelling mistakes using codespell (#4700) 2020-07-07 17:07:22 -05:00
inject.go Ensure and update debug image during upgrade (#4823) 2020-08-05 11:39:29 -07:00
inject_test.go add os.RemoveAll err verification (#4885) 2020-08-31 13:58:13 -07:00
inject_util.go Update `inject` to throw an error while injecting non-compliant pods (#4346) 2020-06-24 14:07:05 -05:00
install-cni-plugin.go CNI add support for priorityClassName (#4742) 2020-07-30 10:43:06 -05:00
install-cni-plugin_test.go CNI add support for priorityClassName (#4742) 2020-07-30 10:43:06 -05:00
install-sp.go Add `as-group` CLI flag (#3952) 2020-01-22 16:38:31 +02:00
install-sp_test.go Add cluster domain cli flag (#3360) 2019-09-19 16:08:50 -07:00
install.go Remove SMI-Metrics charts and commands (#4843) 2020-08-24 14:35:33 -07:00
install_addon_test.go Spelling (#4872) 2020-08-12 21:59:50 -07:00
install_cni_helm_test.go CNI add support for priorityClassName (#4742) 2020-07-30 10:43:06 -05:00
install_helm_test.go Remove SMI-Metrics charts and commands (#4843) 2020-08-24 14:35:33 -07:00
install_test.go Remove SMI-Metrics charts and commands (#4843) 2020-08-24 14:35:33 -07:00
logs.go Add `as-group` CLI flag (#3952) 2020-01-22 16:38:31 +02:00
logs_test.go Introduce inject integration tests (#2616) 2019-04-05 11:42:49 -07:00
main_test.go add flag for dumping rejected results to folder for use with external diff (#4509) 2020-06-04 10:49:41 -04:00
metrics.go Add namespace global flag to hold default namespace name (#4469) (#4512) 2020-06-04 10:45:07 -07:00
metrics_diagnostics_util.go Linkerd CLI command to get control plane diagnostics (#4050) 2020-02-24 09:09:54 -08:00
metrics_diagnostics_util_test.go Linkerd CLI command to get control plane diagnostics (#4050) 2020-02-24 09:09:54 -08:00
multicluster.go Spelling (#4872) 2020-08-12 21:59:50 -07:00
profile.go Add namespace global flag to hold default namespace name (#4469) (#4512) 2020-06-04 10:45:07 -07:00
profile_test.go Allow setting custom cluster domain in service profiles (#3148) 2019-08-07 09:49:54 -07:00
public_api.go Add namespace global flag to hold default namespace name (#4469) (#4512) 2020-06-04 10:45:07 -07:00
range_slice.go Enable mixed configuration of skip-[inbound|outbound]-ports (#3766) 2019-12-20 09:32:13 -05:00
range_slice_test.go Enable mixed configuration of skip-[inbound|outbound]-ports (#3766) 2019-12-20 09:32:13 -05:00
root.go Change log output for failed namespace lookup (#4824) 2020-08-05 21:03:54 -07:00
routes.go Fix routes wide output formatting for empty values (#4239) 2020-04-07 14:35:55 -05:00
routes_test.go Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
stat.go Fixes unit tests when default kubeconfig namespace is not "default" (#4825) 2020-08-03 11:27:02 -07:00
stat_test.go Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
tap.go Add namespace global flag to hold default namespace name (#4469) (#4512) 2020-06-04 10:45:07 -07:00
tap_test.go Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
test_helper.go Refactor upgrade tests to remove use of golden files (#4860) 2020-08-11 09:22:29 -07:00
top.go Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
uninject.go Upgrade golangci-lint to v1.23.8 (#4181) 2020-03-18 09:13:19 -05:00
uninject_test.go Ensure and update debug image during upgrade (#4823) 2020-08-05 11:39:29 -07:00
uninstall.go `linkerd uninstall` errors when attempting to delete PSP (#4234) 2020-04-07 11:01:11 -05:00
uninstall_test.go Add uninstall cmd functionality to cli (#3622) (#4200) 2020-04-02 12:35:39 -05:00
upgrade.go Remove SMI-Metrics charts and commands (#4843) 2020-08-24 14:35:33 -07:00
upgrade_test.go Refactor upgrade tests to remove use of golden files (#4860) 2020-08-11 09:22:29 -07:00
version.go Improve proxy version diagnostics (#4244) 2020-04-16 11:28:19 -07:00
version_test.go Improve proxy version diagnostics (#4244) 2020-04-16 11:28:19 -07:00