move docker and kube code under the one subdir

Signed-off-by: Sven Dowideit <sven.dowideit@portainer.io>
This commit is contained in:
Sven Dowideit
2022-02-23 16:55:28 +10:00
parent beb1299213
commit a22fff9c57
57 changed files with 47 additions and 52 deletions
@@ -3,6 +3,7 @@ package stacks
import (
"fmt"
"github.com/portainer/portainer/api/database"
k "github.com/portainer/portainer/api/orchestrators/kubernetes"
"log"
"net/http"
"time"
@@ -17,7 +18,6 @@ import (
httperrors "github.com/portainer/portainer/api/http/errors"
"github.com/portainer/portainer/api/http/security"
"github.com/portainer/portainer/api/internal/stackutils"
k "github.com/portainer/portainer/api/kubernetes"
)
type stackGitRedployPayload struct {