MCPcopy
hub / github.com/google/cadvisor / Warningf

Method Warningf

utils/oomparser/oomparser.go:171–173  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

169 klog.V(4).Infof(format, args...)
170}
171func (glogAdapter) Warningf(format string, args ...interface{}) {
172 klog.V(2).Infof(format, args...)
173}
174func (glogAdapter) Errorf(format string, args ...interface{}) {
175 klog.Warningf(format, args...)
176}

Callers 15

retryDockerStatusFunction · 0.80
PushAndRunTestsFunction · 0.80
ErrorfMethod · 0.80
RegisterCloudProviderFunction · 0.80
getAvgPowerBudgetFunction · 0.80
getCapacitiesFunction · 0.80
getReferencedKBytesFunction · 0.80
GetSpecMethod · 0.80
StartMethod · 0.80
watchDirectoryMethod · 0.80
readStringFunction · 0.80
GetNodesInfoFunction · 0.80

Calls 1

InfofMethod · 0.80

Tested by

no test coverage detected