in webhooks/alloydb-nodeselector-mwh/handlers/pod_nodeselector_handler.go [21:27]
func Routes() {
http.HandleFunc("/mutate", func(w http.ResponseWriter, r *http.Request) {
serve(w, r, mutatePod)
})
log.Info("handlers.Routes():Registered the handler for the path /mutate")
}