1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-17 15:49:53 +00:00
Files
norman/pkg/kwrapper/k8s/tunnel_none.go
2018-10-23 22:46:45 -07:00

9 lines
135 B
Go

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