nvidia-container-toolkit/internal/discover
Evan Lezar d4e21fdd10 Add devRoot option to CDI api
A driverRoot defines both the driver library root and the
root for device nodes. In the case of preinstalled drivers or
the driver container, these are equal, but in cases such as GKE
they do not match. In this case, drivers are extracted to a folder
and devices exist at the root /.

The changes here add a devRoot option to the nvcdi API that allows the
parent of /dev to be specified explicitly.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-11-20 21:29:35 +01:00
..
char_devices_test.go Add charDevices discoverer for devices 2022-07-06 13:43:23 +02:00
char_devices.go Define a basic logger interface 2023-06-12 10:46:10 +02:00
discover_mock.go Regenerate mocks for formatting 2023-04-25 11:26:55 +02:00
discover.go Remove discover.Config 2023-05-10 15:03:37 +02:00
filter.go Define a basic logger interface 2023-06-12 10:46:10 +02:00
gds.go Use functional options when constructing direcory locator 2023-07-18 15:36:03 +02:00
graphics.go Add devRoot option to CDI api 2023-11-20 21:29:35 +01:00
hooks.go Use tags.cncf.io for CDI imports 2023-11-01 12:40:51 +01:00
icp_test.go Define a basic logger interface 2023-06-12 10:46:10 +02:00
ipc.go Fix append assignments 2023-10-24 20:11:34 +02:00
ldconfig_test.go Remove discover.Config 2023-05-10 15:03:37 +02:00
ldconfig.go Define a basic logger interface 2023-06-12 10:46:10 +02:00
list.go Fix misspellings 2023-10-24 20:00:24 +02:00
mofed.go Define a basic logger interface 2023-06-12 10:46:10 +02:00
mounts_test.go Add Options to discover.Mount 2023-02-08 09:06:07 +01:00
mounts.go Replace logger.Warn(f) with logger.Warning(f) 2023-06-12 10:48:04 +02:00
none_test.go Add CSV-based discovery of mounts 2022-04-07 10:44:14 +02:00
none.go Add discovery for ldconfig hook that updates the LDCache 2022-04-07 20:25:19 +02:00