mirror of
https://github.com/apple/container.git
synced 2026-09-26 17:10:40 -04:00
Split K8sHelper, add WorkerProvisioner protocol, and add LinuxWorker … (#2110)
- Closes #2102. - LinuxWorkerProvisioner sets up a kind-based node. - Includes some test cleanups. Co-authored-by: John Logan <john_logan@apple.com>
This commit is contained in:
@@ -108,7 +108,7 @@ public struct Builder: Sendable {
|
||||
}
|
||||
|
||||
if let terminal = config.terminal {
|
||||
_ = Task {
|
||||
Task {
|
||||
let winchHandler = AsyncSignalHandler.create(notify: [SIGWINCH])
|
||||
let setWinch = { (rows: UInt16, cols: UInt16) in
|
||||
var winch = ClientStream()
|
||||
|
||||
Reference in New Issue
Block a user