Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GPUTopoService ¶
type GPUTopoService interface { pluginapi.DevicePluginServer ListAndWatchWithResourceName(string, *pluginapi.Empty, pluginapi.DevicePlugin_ListAndWatchServer) error }
GPUTopoService is server api for GPU topology service
type NewFunc ¶
type NewFunc func(cfg *config.Config, tree device.GPUTree, k8sClient kubernetes.Interface) GPUTopoService
NewFunc represents function for creating new GPUTopoService
func NewFuncForName ¶
NewFuncForName tries to find NewFunc by name, return nil if not found
Click to show internal directories.
Click to hide internal directories.