linkerd2/cli/cmd
Risha Mars 0ff1bb4ad8
Don't allow stat requests for named resources in --all-namespaces (#1163)
Don't allow the CLI or Web UI to request named resources if --all-namespaces is used.

This follows kubectl, which also does not allow requesting named resources
over all namespaces.

This PR also updates the Web API's behaviour to be in line with the CLI's. 
Both will now default to the default namespace if no namespace is specified.
2018-06-20 12:59:31 -07:00
..
testdata Enable get for nodes/proxy for Prometheus RBAC (#1142) 2018-06-18 17:49:23 +01:00
check.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
check_test.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
completion.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
completion_test.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
dashboard.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
dashboard_test.go add check and friendly error if conduit dashboard is not installed (#289) 2018-02-19 09:28:56 -08:00
get.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
get_test.go fix typo error (#153) 2018-01-16 11:20:21 -05:00
inject.go Propagate errors in conduit containers to the api (#1117) 2018-06-14 16:22:31 -07:00
inject_test.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
install.go Add install flag for sending tls identity info to proxies (#1055) 2018-06-04 16:55:06 -07:00
install_test.go Add install flag for sending tls identity info to proxies (#1055) 2018-06-04 16:55:06 -07:00
root.go conduit inject: Add flag to set proxy bind timeout (#865) 2018-05-29 11:14:29 -07:00
stat.go Don't allow stat requests for named resources in --all-namespaces (#1163) 2018-06-20 12:59:31 -07:00
stat_test.go Don't allow stat requests for named resources in --all-namespaces (#1163) 2018-06-20 12:59:31 -07:00
tap.go Move controller/util and web/util packages to pkg (#1109) 2018-06-13 11:25:56 -07:00
tap_test.go Move controller/util and web/util packages to pkg (#1109) 2018-06-13 11:25:56 -07:00
test_helper.go Add Grafana to conduit install (#444) 2018-02-28 11:36:21 -08:00
version.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
version_test.go Update cli subcommands to print errors when encountered (#221) 2018-01-29 11:28:19 -08:00