MCPcopy
hub / github.com/kubernetes-sigs/kwok / PrintMessagef

Function PrintMessagef

pkg/kwokctl/dryrun/dryrun.go:33–35  ·  view source on GitHub ↗

PrintMessagef prints the message to stdout.

(format string, a ...any)

Source from the content-addressed store, hash-verified

31
32// PrintMessagef prints the message to stdout.
33func PrintMessagef(format string, a ...any) {
34 _, _ = fmt.Fprintf(stdout, format+"\n", a...)
35}
36
37type dryRunWriter struct {
38 name string

Callers 15

ScaleFunction · 0.92
runEFunction · 0.92
runEFunction · 0.92
runEFunction · 0.92
runEFunction · 0.92
runEFunction · 0.92
InitCRDsMethod · 0.92
InitCRsMethod · 0.92
DownloadWithCacheMethod · 0.92
GeneratePkiMethod · 0.92
CreateFileMethod · 0.92
CopyFileMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected