MCPcopy Create free account
hub / github.com/docker/secrets-engine / Warnf

Method Warnf

x/logging/logging.go:30–30  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

28type Logger interface {
29 Printf(format string, v ...interface{})
30 Warnf(format string, v ...interface{})
31 Errorf(format string, v ...interface{})
32}
33

Callers 7

FilterMethod · 0.65
GetAllMetadataMethod · 0.65
heartbeatFunction · 0.65
InitializeOTelFunction · 0.65
HandleMethod · 0.65
SecretMapFromLabelsFunction · 0.65
GetSecretsMethod · 0.65

Implementers 4

testLoggerstore/posixage/store_test.go
noopLoggerstore/posixage/logger.go
noopLoggerstore/posixage/internal/flock/flock.go
defaultLoggerx/logging/logging.go

Calls

no outgoing calls

Tested by

no test coverage detected