Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CrunchyData/postgres-operator
/ WithValues
Method
WithValues
internal/logging/logr.go:94–99 ·
view source on GitHub ↗
(kv ...any)
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(s *sink) WithValues(kv ...any) logr.LogSink {
95
n := len(s.values)
96
out := *s
97
out.values = append(out.values[:n:n], kv...)
98
return
&out
99
}
Callers
15
reconcilePGBouncerInPostgreSQL
Method · 0.80
reconcilePostgresDatabases
Method · 0.80
reconcilePostgresUsersInPostgreSQL
Method · 0.80
reconcileDatabaseInitSQL
Method · 0.80
reconcilePGAdminUsers
Method · 0.80
reconcilePGBackRest
Method · 0.80
reconcileDedicatedRepoHost
Method · 0.80
reconcileRepos
Method · 0.80
reconcileScheduledBackups
Method · 0.80
reconcilePGBackRestCronJob
Method · 0.80
reconcileInstance
Method · 0.80
reconcilePGMonitorExporter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected