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