mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-12 01:26:24 +00:00
bump runc to d223e2a
This commit is contained in:
2
vendor/github.com/opencontainers/runc/libcontainer/console_windows.go
generated
vendored
2
vendor/github.com/opencontainers/runc/libcontainer/console_windows.go
generated
vendored
@@ -5,7 +5,7 @@ func NewConsole(uid, gid int) (Console, error) {
|
||||
return &windowsConsole{}, nil
|
||||
}
|
||||
|
||||
// windowsConsole is a Windows psuedo TTY for use within a container.
|
||||
// windowsConsole is a Windows pseudo TTY for use within a container.
|
||||
type windowsConsole struct {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user