mirror of
https://github.com/rancher/norman.git
synced 2025-09-20 02:32:46 +00:00
9 lines
135 B
Go
9 lines
135 B
Go
![]() |
// +build !k3s
|
||
|
|
||
|
package k8s
|
||
|
|
||
|
import "github.com/rancher/norman/pkg/remotedialer"
|
||
|
|
||
|
func setupK3s(tunnelServer *remotedialer.Server) {
|
||
|
}
|