MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / WithName

Method WithName

internal/logging/logr.go:87–92  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

85}
86
87func (s *sink) WithName(name string) logr.LogSink {
88 n := len(s.names)
89 out := *s
90 out.names = append(out.names[:n:n], name)
91 return &out
92}
93
94func (s *sink) WithValues(kv ...any) logr.LogSink {
95 n := len(s.values)

Callers 3

initOpenTelemetryFunction · 0.80
initClientFunction · 0.80
initManagerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected