func Main(args []string)
Main executes the tap-injector subcommand
func Mutate(tapSvcName string) webhook.Handler
Mutate mutates an AdmissionRequest and adds the LINKERD2_PROXY_TAP_SVC_NAME env var to a pod's proxy container if tap is not disabled via annotation on the pod or the namespace.
Params holds the values used in the patch template.
type Params struct { ProxyPath string ProxyTapSvcName string }