DKube Add

This commit is contained in:
dqzboy
2022-09-25 20:02:35 +08:00
parent 84c4f484e2
commit be038dd5e7
12 changed files with 505 additions and 189 deletions

View File

@ -1,8 +1,8 @@
package service
import (
"github.com/wonderivan/logger"
"dkube/config"
"github.com/wonderivan/logger"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/tools/clientcmd"
)