Versions in this module Expand all Collapse all v0 v0.2.0 Feb 21, 2022 Changes in this version + var NodePushed int32 + func SetNodeOwnerFunc(c gpuclientset.Interface, nodeNS, nodeName string) func(lease *coordinationv1.Lease) error + func ToGpuNode(nodeName string, base *gpunodev1.GpuNode, ngi *jsonstruct.NodeGpuInfo, ...) *gpunodev1.GpuNode + func ToGpuPod(nodeName string, base *gpupodv1.GpuPod, prd *jsonstruct.PodResourcesDetail) *gpupodv1.GpuPod v0.1.0 Jan 5, 2022 Changes in this version + func DumpModelSetInfo(modelset map[string]sets.String) string + func EnsureGetCaFromSecrets(kubeclient kubernetes.Interface) (cacert []byte) + type CacheGpuInfo struct + LastUpdateTime time.Time + type TTLCacheGpu struct + func NewTTLCacheGpu(ttl time.Duration) *TTLCacheGpu + func (cg *TTLCacheGpu) GetCacheGpuInfo(did string) *GpuInfo + func (cg *TTLCacheGpu) GetCacheGpuInfoIgnoreTTL(did string) *GpuInfo + func (cg *TTLCacheGpu) SetCacheGpuInfo(did string, cgpuinfo *CacheGpuInfo)