Add kernel.Saver.OCIEnviron().

PiperOrigin-RevId: 682080366
This commit is contained in:
Ayush Ranjan
2024-10-03 16:48:03 -07:00
committed by gVisor bot
parent a446b45d4d
commit cb418b7f09
+1
View File
@@ -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.