MCPcopy Index your code
hub / github.com/coder/envbox / Make

Function Make

slogkubeterminate/slogger.go:18–20  ·  view source on GitHub ↗

Make a sink that populates the default kube termination log on calls to .Fatal().

()

Source from the content-addressed store, hash-verified

16
17// Make a sink that populates the default kube termination log on calls to .Fatal().
18func Make() slog.Sink {
19 return slogger{log: defaultKubeTerminationLog}
20}
21
22type slogger struct {
23 log string

Callers 1

dockerCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected