[no-relnote] minor cleanup and improvements

Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Tariq Ibrahim
2024-10-10 09:50:48 -07:00
committed by Evan Lezar
parent a06d838b1c
commit b90ee5d100
9 changed files with 20 additions and 19 deletions

View File

@@ -39,7 +39,8 @@ type dockerRuntime map[string]interface{}
var _ engine.RuntimeConfig = (*dockerRuntime)(nil)
// GetBinaryPath retrieves the path to the actual low-level runtime binary invoked by the runtime handler
// GetBinaryPath retrieves the path to the low-level runtime binary for a runtime.
// If no path is available, the empty string is returned.
func (d dockerRuntime) GetBinaryPath() string {
if d == nil {
return ""