mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-05 23:36:59 +08:00
feat: add extra node ip to route table (#179)
* feat: add extra node ip to route table
This commit is contained in:
@@ -41,13 +41,12 @@ import (
|
||||
)
|
||||
|
||||
type CloneOptions struct {
|
||||
Namespace string
|
||||
Headers map[string]string
|
||||
Workloads []string
|
||||
ExtraCIDR []string
|
||||
ExtraDomain []string
|
||||
Engine config.Engine
|
||||
UseLocalDNS bool
|
||||
Namespace string
|
||||
Headers map[string]string
|
||||
Workloads []string
|
||||
ExtraRouteInfo ExtraRouteInfo
|
||||
Engine config.Engine
|
||||
UseLocalDNS bool
|
||||
|
||||
TargetKubeconfig string
|
||||
TargetNamespace string
|
||||
|
Reference in New Issue
Block a user