Versions in this module Expand all Collapse all v0 v0.2.0 Feb 21, 2022 Changes in this version + var DefaultGpuNodeCache = NewGpuNodeCache() + type GpuNodeCache struct + func NewGpuNodeCache() *GpuNodeCache + func (gnc *GpuNodeCache) CheckNodeHealth(node string) (exist, health bool) + func (gnc *GpuNodeCache) DumpNodeGpuInfo() string + func (gnc *GpuNodeCache) GetDeviceInUse(node string) (value sets.String) + func (gnc *GpuNodeCache) GetFreeDeviceByModel(node, model string) (value sets.String) + func (gnc *GpuNodeCache) SetGpuNode(node string, value *resourcesschedulerv1.GpuNode)