Documentation
¶
Index ¶
- Constants
- func NewGpuModelFit() (framework.Plugin, error)
- type GpuModelFit
- func (f *GpuModelFit) Filter(ctx context.Context, pod *corev1.Pod, nodeInfo *nodeinfo.NodeInfo, node string) (status *framework.Status)
- func (f *GpuModelFit) Name() string
- func (f *GpuModelFit) Score(ctx context.Context, pod *corev1.Pod, nodeInfo *nodeinfo.NodeInfo, node string) (score int64, status *framework.Status)
Constants ¶
View Source
const GpuModelFitName = names.GpuModelFitName
Variables ¶
This section is empty.
Functions ¶
func NewGpuModelFit ¶
Types ¶
type GpuModelFit ¶
type GpuModelFit struct {
}
GpuModelFit is a plugin that checks if a node has sufficient gpu with model requested.
func (*GpuModelFit) Name ¶
func (f *GpuModelFit) Name() string
Click to show internal directories.
Click to hide internal directories.