mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
8 lines
132 B
Go
8 lines
132 B
Go
package util
|
|
|
|
type PodRouteConfig struct {
|
|
LocalTunIP string
|
|
InboundPodTunIP string
|
|
TrafficManagerRealIP string
|
|
}
|