Files
kubevpn/pkg/route_config.go
2021-12-12 11:39:00 +08:00

9 lines
160 B
Go

package pkg
type PodRouteConfig struct {
LocalTunIP string
InboundPodTunIP string
TrafficManagerRealIP string
Route string
}