mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-24 01:24:26 +01:00
api: add sandbox StatusContainer API
It retrieves container status from sandbox. Signed-off-by: Peng Tao <bergwolf@gmail.com>
This commit is contained in:
@@ -17,4 +17,5 @@ var (
|
||||
errNeedFile = errors.New("File cannot be empty")
|
||||
errNeedState = errors.New("State cannot be empty")
|
||||
errInvalidResource = errors.New("Invalid sandbox resource")
|
||||
errNoSuchContainer = errors.New("Container does not exist")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user