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,9 +1,9 @@
package controller
import (
"dkube/service"
"github.com/gin-gonic/gin"
"github.com/wonderivan/logger"
"k8s-platform/service"
"net/http"
)