feat: split connect into connect and proxy

This commit is contained in:
fengcaiwen
2023-03-10 18:54:01 +08:00
parent 0d7f78f8ae
commit caeaab9ba2
10 changed files with 184 additions and 54 deletions

View File

@@ -37,6 +37,7 @@ type Options struct {
Workload string
Factory cmdutil.Factory
ContainerName string
NoProxy bool
// docker options
Platform string