1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00

move around k8s api

This commit is contained in:
Asim Aslam
2019-12-24 17:42:22 +00:00
parent 5c8d1ae2b9
commit 361fdfba04
4 changed files with 4 additions and 15 deletions

View File

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