Rename OCIEnviron to SpecEnviron.

PiperOrigin-RevId: 684626452
This commit is contained in:
Ayush Ranjan
2024-10-10 17:12:03 -07:00
committed by gVisor bot
parent dc4e13c863
commit 56ccc08f37
+1 -1
View File
@@ -396,7 +396,7 @@ type Kernel struct {
// Saver is an interface for saving the kernel.
type Saver interface {
SaveAsync() error
OCIEnviron(containerName string) []string
SpecEnviron(containerName string) []string
}
// InitKernelArgs holds arguments to Init.