# Functions
LoadNetNS loads existing network namespace.
NewNetNS creates a network namespace for the sandbox.
NewSandbox creates an internally used sandbox type.
NewStore creates a sandbox store.
StoreStatus creates the storage containing the passed in sandbox status with the specified id.
# Constants
StateNotReady is notready state, it ONLY means sandbox container is not running.
StateReady is ready state, it means sandbox container is running.
StateUnknown is unknown state of sandbox.
# Variables
ErrClosedNetNS is the error returned when network namespace is closed.
# Interfaces
StatusStorage manages the sandbox status.
# Type aliases
State is the sandbox state we use in containerd/cri.
UpdateFunc is function used to update the sandbox status.