func Mutate(collectorSvcAddr, collectorSvcAccount, clusterDomain, linkerdNamespace string) webhook.Handler
Mutate returns an AdmissionResponse containing the patch, if any, to apply to the proxy
Params holds the values used in the patch template
type Params struct { ProxyPath string CollectorSvcAddr string CollectorSvcAccount string ClusterDomain string LinkerdNamespace string }