Move runtime/kubernetes/client to util/kubernetes/client

This commit is contained in:
Jake Sanders 2019-12-17 11:32:38 +00:00
parent 0489ae91e9
commit e95f44d3f8
11 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import (
"time"
"github.com/micro/go-micro/runtime"
"github.com/micro/go-micro/runtime/kubernetes/client"
"github.com/micro/go-micro/util/kubernetes/client"
"github.com/micro/go-micro/util/log"
)

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/micro/go-micro/runtime"
"github.com/micro/go-micro/runtime/kubernetes/client"
"github.com/micro/go-micro/util/kubernetes/client"
"github.com/micro/go-micro/util/log"
)

View File

@ -9,7 +9,7 @@ import (
"os"
"path"
"github.com/micro/go-micro/runtime/kubernetes/client/api"
"github.com/micro/go-micro/util/kubernetes/client/api"
"github.com/micro/go-micro/util/log"
)