1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 06:49:40 +02:00

clean database models directory (#8026)

This commit is contained in:
Prabhat Khera 2022-11-14 08:33:57 +13:00 committed by GitHub
parent 881e99df53
commit 6775c7b6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 12 deletions

View file

@ -4,7 +4,7 @@ import (
"context"
"strings"
"github.com/portainer/portainer/api/database/models"
models "github.com/portainer/portainer/api/http/models/kubernetes"
"github.com/rs/zerolog/log"
netv1 "k8s.io/api/networking/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"