nvidia-container-toolkit/internal/runtime
Evan Lezar 8bb0235c92 Remove discover.Config
These changes remove the use of discover.Config which was used
to pass the driver root and the nvidiaCTK path in some cases.

Instead, the nvidiaCTKPath is resolved at the begining of runtime
invocation to ensure that this is valid at all points where it is
used.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-05-10 15:03:37 +02:00
..
api.go Implement runtime package for creating runtime CLI 2023-02-13 16:09:46 +01:00
logger_test.go Add logger test 2023-02-16 15:22:56 +01:00
logger.go Fix logger.Update and Reset 2023-02-16 15:22:56 +01:00
runtime_factory_test.go Implement runtime package for creating runtime CLI 2023-02-13 16:09:46 +01:00
runtime_factory.go Implement runtime package for creating runtime CLI 2023-02-13 16:09:46 +01:00
runtime.go Remove discover.Config 2023-05-10 15:03:37 +02:00