MCPcopy Create free account
hub / github.com/VictoriaMetrics/operator / warnError

Function warnError

test/utils/utils.go:33–35  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

31)
32
33func warnError(err error) {
34 fmt.Fprintf(GinkgoWriter, "warning: %v\n", err)
35}
36
37// Run executes the provided command within this context
38func Run(cmd *exec.Cmd) ([]byte, error) {

Callers 1

UninstallCertManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected