...

Package mutator

import "github.com/linkerd/linkerd2/jaeger/injector/mutator"
Overview
Index

Overview ▾

func Mutate

func Mutate(collectorSvcAddr, collectorSvcAccount, clusterDomain, linkerdNamespace string) webhook.Handler

Mutate returns an AdmissionResponse containing the patch, if any, to apply to the proxy

type Params

Params holds the values used in the patch template

type Params struct {
    ProxyPath           string
    CollectorSvcAddr    string
    CollectorSvcAccount string
    ClusterDomain       string
    LinkerdNamespace    string
}