💚 Fix Dockerfile bug

This commit is contained in:
devad 2023-07-14 10:31:03 +08:00
parent 61471296af
commit 543d096f5e
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import (
"fmt"
"gitlink.org.cn/jcce-pcm/pcm-participant-kubernetes/internal/svc"
"gitlink.org.cn/jcce-pcm/pcm-participant-kubernetes/kubernetes"
"gitlink.org.cn/jcce-pcm/utils/tool"
"io"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"

View File

@ -5,6 +5,8 @@ import (
"context"
"fmt"
"github.com/sirupsen/logrus"
"gitlink.org.cn/jcce-pcm/pcm-participant-kubernetes/internal/svc"
"gitlink.org.cn/jcce-pcm/pcm-participant-kubernetes/kubernetes"
"io"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"