diff --git a/pkg/types/types.go b/pkg/types/types.go index 9ef170fc2..c64a5d928 100644 --- a/pkg/types/types.go +++ b/pkg/types/types.go @@ -214,7 +214,7 @@ type DeviceProvider interface { type APIDevice interface { // GetDeviceSpecs returns a list of specs which describes host devices GetDeviceSpecs() []*pluginapi.DeviceSpec - // GetEnvVal returns environment variable associated with device + // GetEnvVal returns device infromation to be exposed via environment variable GetEnvVal() map[string]AdditionalInfo // GetMounts returns a list of host volumes associated with device GetMounts() []*pluginapi.Mount