start implementing getkubeconfig

This commit is contained in:
iwilltry42 2019-10-17 08:00:24 +02:00
parent 8450604182
commit 1f4b292c53

View File

@ -22,9 +22,9 @@ THE SOFTWARE.
package get
import (
"github.com/rancher/k3d/pkg/cluster"
"github.com/rancher/k3d/pkg/runtimes"
"github.com/spf13/cobra"
"github.com/rancher/k3d/pkg/cluster"
log "github.com/sirupsen/logrus"
)