1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-19 18:16:15 +00:00
Files
norman/pkg/kwrapper/k8s/tunnel_none.go

9 lines
135 B
Go
Raw Normal View History

2018-10-24 16:21:28 -07:00
// +build !k8s
package k8s
import "github.com/rancher/norman/pkg/remotedialer"
func setupK3s(tunnelServer *remotedialer.Server) {
}