MCPcopy Create free account
hub / github.com/Azure/ARO-HCP / AddLoggerValues

Method AddLoggerValues

internal/utils/context.go:269–269  ·  view source on GitHub ↗
(logger logr.Logger)

Source from the content-addressed store, hash-verified

267// shows up in the logs (without silently dropping it).
268//
269// This is the helper the generic worker loop calls after pulling a key off
270// the workqueue; controllers should not need to call it directly.
271func AddLoggerValues(logger logr.Logger, key any) logr.Logger {
272 switch castKey := key.(type) {

Callers 12

processNextMethod · 0.65
processNextWorkItemMethod · 0.65
SyncOnceMethod · 0.65
processNextWorkItemMethod · 0.65
processNextWorkItemMethod · 0.65
AddLoggerValuesFunction · 0.65
processNextMethod · 0.65
RunMethod · 0.65
processNextMethod · 0.65
processNextMethod · 0.65
RunTestMethod · 0.65

Implementers 10

StampKeyfleet/pkg/controllers/base/stamp_watch
ManagementClusterKeybackend/pkg/controllers/controllerutil
OperationKeybackend/pkg/controllers/controllerutil
HCPClusterKeybackend/pkg/controllers/controllerutil
HCPNodePoolKeybackend/pkg/controllers/controllerutil
SubscriptionKeybackend/pkg/controllers/controllerutil
HCPExternalAuthKeybackend/pkg/controllers/controllerutil
ManagementClusterKeyinternal/database/unioninformers/kubea
ApplyDesireKeykube-applier/pkg/controllers/keys/keys
ReadDesireKeykube-applier/pkg/controllers/keys/keys

Calls

no outgoing calls

Tested by

no test coverage detected