linkerd2/controller/proxy-injector
Ivan Sim ea07dd3938
Promote the shared injection check to the CLI and webhook (#2555)
Performing this check earlier helps to separate the specialized logic to the CLI
and webhook.
Any subsequent modification of this check logic to support config override of
existing meshed workload will be confined to the relevant component.
The shared lib can then focus only on config overrides.

Signed-off-by: Ivan Sim <ivan@buoyant.io>
2019-03-27 14:51:05 -07:00
..
fake Have the Webhook react to pod creation/update only (#2472) 2019-03-26 11:53:56 -05:00
tmpl Have the Webhook react to pod creation/update only (#2472) 2019-03-26 11:53:56 -05:00
server.go Have the Webhook react to pod creation/update only (#2472) 2019-03-26 11:53:56 -05:00
server_test.go Have the Webhook react to pod creation/update only (#2472) 2019-03-26 11:53:56 -05:00
webhook.go Promote the shared injection check to the CLI and webhook (#2555) 2019-03-27 14:51:05 -07:00
webhook_config.go Have the Webhook react to pod creation/update only (#2472) 2019-03-26 11:53:56 -05:00
webhook_config_test.go Have the Webhook react to pod creation/update only (#2472) 2019-03-26 11:53:56 -05:00
webhook_test.go Promote the shared injection check to the CLI and webhook (#2555) 2019-03-27 14:51:05 -07:00