Documentation ¶
Overview ¶
Package util groups a bunch of common helper functions used by commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorLogger io.Writer
ErrorLogger is where error messages should be written to. These messages are consumed by containerd and show up to users of command line tools, like docker/kubectl.
Functions ¶
func EnumerateHostTPUDevices ¶
EnumerateHostTPUDevices returns the accelerator device minor numbers of all TPUs on the machine.
func Errorf ¶
func Errorf(format string, args ...any) subcommands.ExitStatus
Errorf logs error to containerd log (--log), to stderr, and debug logs. It returns subcommands.ExitFailure for convenience with subcommand.Execute() methods:
return Errorf("Danger! Danger!")
Types ¶
Click to show internal directories.
Click to hide internal directories.