MCPcopy Create free account
hub / github.com/NVIDIA/gpu-operator / Write

Method Write

tests/e2e/framework/logs/logging.go:38–41  ·  view source on GitHub ↗

Write implements the io.Writer interface.

(data []byte)

Source from the content-addressed store, hash-verified

36
37// Write implements the io.Writer interface.
38func (writer KlogWriter) Write(data []byte) (n int, err error) {
39 klog.InfoDepth(1, string(data))
40 return len(data), nil
41}
42
43// InitLogs disables support for contextual logs in klog while
44// that Kubernetes feature is not considered stable yet. Commands

Callers 1

GetStringHashFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected