[sandbox] Save sandbox ID to container's store
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
@@ -76,6 +76,9 @@ type Container struct {
|
||||
|
||||
// Extensions stores client-specified metadata
|
||||
Extensions map[string]typeurl.Any
|
||||
|
||||
// SandboxID is an identifier of sandbox this container belongs to.
|
||||
SandboxID string
|
||||
}
|
||||
|
||||
// RuntimeInfo holds runtime specific information
|
||||
|
||||
Reference in New Issue
Block a user