Documentation
¶
Overview ¶
Package containerdpool is the warm-container pool for containerd sandboxes. Queue mechanics reuse dockerpool; only the Spawner/adopt path is engine-specific.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoSlot = dockerpool.ErrNoSlot ErrStaleImage = dockerpool.ErrStaleImage )
Functions ¶
func ParkReservationID ¶
ParkReservationID is the capacity admitter key for a parked slot.
Types ¶
type Key ¶
type Key = dockerpool.Key
func KeyFromRequest ¶
func KeyFromRequest(req models.CreateSandboxRequest, runtime string) Key
KeyFromRequest builds a pool key from a create request and resolved runtime.
type ParkedSlot ¶
type ParkedSlot = dockerpool.ParkedSlot
type Pool ¶
type Pool = dockerpool.Pool
type Spawner ¶
type Spawner = dockerpool.Spawner
type SpawnerHandle ¶
type SpawnerHandle = dockerpool.SpawnerHandle
Click to show internal directories.
Click to hide internal directories.