Versions in this module Expand all Collapse all v1 v1.0.0 Aug 18, 2026 Changes in this version + const NodeSelectorKey + const NodeSelectorValue + func MarshalNodeManifest(nodes []*corev1.Node) ([]byte, error) + func NodesFromModel(model *models.Model, capacity Capacity) ([]*corev1.Node, error) + type Capacity struct + CPU string + EphemeralStorage string + GPUResourceName string + GPUs int + Memory string + Pods string + func DefaultCapacity() Capacity + func (c Capacity) ResourceList() (corev1.ResourceList, error)