forked from JointCloud/pcm-ac
updated imports
This commit is contained in:
parent
465b5009e8
commit
e479e74b58
|
@ -39,7 +39,7 @@ workflow:
|
|||
name: git clone
|
||||
task: git_clone@1.2.6
|
||||
input:
|
||||
remote_url: '"https://gitlink.org.cn/jcce-pcm/pcm-ac.git"'
|
||||
remote_url: '"https://gitlink.org.cn/JointCloud/pcm-ac.git"'
|
||||
ref: '"refs/heads/master"'
|
||||
commit_id: '""'
|
||||
depth: 1
|
||||
|
|
|
@ -5,8 +5,8 @@ import (
|
|||
"github.com/prometheus/client_golang/api"
|
||||
v1 "github.com/prometheus/client_golang/api/prometheus/v1"
|
||||
proModel "github.com/prometheus/common/model"
|
||||
"gitlink.org.cn/JointCloud/pcm-ac/internal/pkg/utils"
|
||||
model "gitlink.org.cn/JointCloud/pcm-coordinator/pkg/models"
|
||||
"gitlink.org.cn/jcce-pcm/pcm-ac/internal/pkg/utils"
|
||||
"k8s.io/apimachinery/pkg/util/json"
|
||||
"time"
|
||||
)
|
||||
|
|
|
@ -2,8 +2,8 @@ package tracker
|
|||
|
||||
import (
|
||||
"github.com/carlmjohnson/requests"
|
||||
"gitlink.org.cn/JointCloud/pcm-ac/internal/svc"
|
||||
model "gitlink.org.cn/JointCloud/pcm-coordinator/pkg/models"
|
||||
"gitlink.org.cn/jcce-pcm/pcm-ac/internal/svc"
|
||||
)
|
||||
|
||||
type ComputeResource struct {
|
||||
|
|
Loading…
Reference in New Issue