mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-07 00:03:02 +08:00
feat: add options extra-domain
This commit is contained in:
@@ -40,10 +40,11 @@ import (
|
||||
)
|
||||
|
||||
type DuplicateOptions struct {
|
||||
Namespace string
|
||||
Headers map[string]string
|
||||
Workloads []string
|
||||
ExtraCIDR []string
|
||||
Namespace string
|
||||
Headers map[string]string
|
||||
Workloads []string
|
||||
ExtraCIDR []string
|
||||
ExtraDomain []string
|
||||
|
||||
TargetKubeconfig string
|
||||
TargetNamespace string
|
||||
|
Reference in New Issue
Block a user