mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-26 18:18:24 +00:00
Add csv mode to nvcdi api
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
@@ -36,6 +36,9 @@ const (
|
||||
ModeGds = "gds"
|
||||
// ModeMofed configures the CDI spec generator to generate a MOFED spec.
|
||||
ModeMofed = "mofed"
|
||||
// ModeCSV configures the CDI spec generator to generate a spec based on the contents of CSV
|
||||
// mountspec files.
|
||||
ModeCSV = "csv"
|
||||
)
|
||||
|
||||
// Interface defines the API for the nvcdi package
|
||||
|
||||
Reference in New Issue
Block a user