mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Rename OCIEnviron to SpecEnviron.
PiperOrigin-RevId: 684626452
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user