mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add kernel.Saver.OCIEnviron().
PiperOrigin-RevId: 682080366
This commit is contained in:
@@ -392,6 +392,7 @@ type Kernel struct {
|
||||
// Saver is an interface for saving the kernel.
|
||||
type Saver interface {
|
||||
SaveAsync() error
|
||||
OCIEnviron(containerName string) []string
|
||||
}
|
||||
|
||||
// InitKernelArgs holds arguments to Init.
|
||||
|
||||
Reference in New Issue
Block a user