# Packages
No description provided by the author
# Functions
GetConfig sets up the config struct.
GetConfigFilePath returns the path to the config file for the configured system.
GetDefault defines the default values for the config.
New creates a new toml tree based on the provided options.
NormalizeLDConfigPath returns the resolved path of the configured LDConfig binary.
ResolveNVIDIACDIHookPath resolves the path to the nvidia-cdi-hook binary.
ResolveNVIDIAContainerRuntimeHookPath resolves the path the nvidia-container-runtime-hook binary.
ResolveNVIDIACTKPath resolves the path to the nvidia-ctk binary.
WithConfigFile sets the config file option.
WithRequired sets the required option.
# Variables
DefaultExecutableDir specifies the default path to use for executables if they cannot be located in the path.
NVIDIAContainerRuntimeHookExecutable is the executable name for the NVIDIA Container Runtime Hook.
NVIDIAContainerToolkitExecutable is the executable name for the NVIDIA Container Toolkit (an alias for the NVIDIA Container Runtime Hook).
# Structs
Config represents the contents of the config.toml file for the NVIDIA Container Toolkit Note: This is currently duplicated by the HookConfig in cmd/nvidia-container-toolkit/hook_config.go.
ContainerCLIConfig stores the options for the nvidia-container-cli.
CTKConfig stores the config options for the NVIDIA Container Toolkit CLI (nvidia-ctk).
RuntimeConfig stores the config options for the NVIDIA Container Runtime.
RuntimeHookConfig stores the config options for the NVIDIA Container Runtime.