MCPcopy 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
26func IsRequestKubeletProbe(r *http.Request) bool {
27 return strings.HasPrefix(r.Header.Get(consts.UserAgentKey), consts.KubeProbeUserAgentPrefix)
28}

Callers 2

HandlerFunction · 0.92
TestHandlerSuccessHTTPFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestHandlerSuccessHTTPFunction · 0.74