Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + type SandboxSize struct + MemoryBytes int64 + MilliCPU int64 + func FromLimits(milliCPU, memoryBytes int64) SandboxSize + func (s SandboxSize) ApplyToOCISpec(spec *specs.Spec) + func (s SandboxSize) VCPUs() int