Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface struct {
// contains filtered or unexported fields
}
Interface is the interface for the system command
func (*Interface) CreateNVIDIAControlDeviceNodesAt ¶
CreateNVIDIAControlDeviceNodesAt creates the NVIDIA control device nodes associated with the NVIDIA driver at the specified root.
func (*Interface) CreateNVIDIADeviceNode ¶
CreateNVIDIADeviceNode creates a specified device node associated with the NVIDIA driver.
func (*Interface) LoadNVIDIAKernelModules ¶ added in v1.13.2
LoadNVIDIAKernelModules loads the NVIDIA kernel modules.
type Option ¶
type Option func(*Interface)
Option is a functional option for the system command
func WithLoadKernelModules ¶ added in v1.13.2
WithLoadKernelModules sets the load kernel modules flag
func WithLogger ¶
WithLogger sets the logger for the system command
Click to show internal directories.
Click to hide internal directories.