![]() There's two mappings of hostpath to IDType and ID in the wild: - dockershim and dockerd-cri (implicitly via docker) use class/ID -- The only supported IDType in Docker is 'class'. -- https://github.com/aarnaud/k8s-directx-device-plugin generates this form - https://github.com/jterry75/cri (windows_port branch) uses IDType://ID -- hcsshim's CRI test suite generates this form `://` is much more easily distinguishable, so I've gone with that one as the generic separator, with `class/` as a special-case. Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com> |
||
---|---|---|
.. | ||
client.go | ||
mounts_freebsd.go | ||
mounts.go | ||
spec_opts_linux_test.go | ||
spec_opts_linux.go | ||
spec_opts_nonlinux.go | ||
spec_opts_test.go | ||
spec_opts_unix_test.go | ||
spec_opts_unix.go | ||
spec_opts_windows_test.go | ||
spec_opts_windows.go | ||
spec_opts.go | ||
spec_test.go | ||
spec.go | ||
utils_unix_go116_test.go | ||
utils_unix_go117_test.go | ||
utils_unix_test.go | ||
utils_unix.go |