feat: add option extra-cidr

This commit is contained in:
fengcaiwen
2023-03-15 15:29:47 +08:00
committed by wencaiwulue
parent 198f8a0ced
commit ad3faed1e6
8 changed files with 71 additions and 11 deletions

View File

@@ -38,6 +38,7 @@ type Options struct {
Factory cmdutil.Factory
ContainerName string
NoProxy bool
ExtraCIDR []string
// docker options
Platform string