Move runtime/kubernetes/client to util/kubernetes/client
This commit is contained in:
		| @@ -7,7 +7,7 @@ import ( | |||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/micro/go-micro/runtime" | 	"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" | 	"github.com/micro/go-micro/util/log" | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ import ( | |||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	"github.com/micro/go-micro/runtime" | 	"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" | 	"github.com/micro/go-micro/util/log" | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ import ( | |||||||
| 	"os" | 	"os" | ||||||
| 	"path" | 	"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" | 	"github.com/micro/go-micro/util/log" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
		Reference in New Issue
	
	Block a user