1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-24 04:30:37 +00:00
Files
norman/pkg/kwrapper/k8s/tunnel_none.go
Darren Shepherd 9b1f7db6f0 Fix k3s issues
2018-10-24 16:21:28 -07:00

9 lines
135 B
Go

// +build !k8s
package k8s
import "github.com/rancher/norman/pkg/remotedialer"
func setupK3s(tunnelServer *remotedialer.Server) {
}