Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cortexlabs/cortex
/ IsRequestKubeletProbe
Function
IsRequestKubeletProbe
pkg/probe/handler.go:26–28 ·
view source on GitHub ↗
(r *http.Request)
Source
from the content-addressed store, hash-verified
24
)
25
26
func
IsRequestKubeletProbe(r *http.Request) bool {
27
return
strings.HasPrefix(r.Header.Get(consts.UserAgentKey), consts.KubeProbeUserAgentPrefix)
28
}
Callers
2
Handler
Function · 0.92
TestHandlerSuccessHTTP
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestHandlerSuccessHTTP
Function · 0.74