nvidia-container-toolkit/internal/lookup
Evan Lezar acc0afbb7a Remove Relative method from Locator
The Relative method added to the Locator interface was
not correctly implemented in the file type. The root was
never set when instantiating the object.

This change removes this method from the interface and the file
type, switching to a local implementation in the mounts type
instead.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2022-07-15 16:40:27 +02:00
..
device.go Fix assertCharDevice matching on all files 2022-05-20 10:08:00 +02:00
dir.go Add locators for symlinks and character devices 2022-04-07 10:44:14 +02:00
executable.go Allow globs in filenames for locators 2022-07-01 14:30:33 +02:00
file.go Remove Relative method from Locator 2022-07-15 16:40:27 +02:00
locator_mock.go Add Relative function to Locator interface 2022-07-01 16:23:50 +02:00
locator.go Remove Relative method from Locator 2022-07-15 16:40:27 +02:00
path.go Add lookup.GetPath and lookup.GetPaths functions 2022-05-10 14:52:47 +02:00
symlinks.go Allow globs in filenames for locators 2022-07-01 14:30:33 +02:00