File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
memory/dynamicpolicy/state Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ package state
1818
1919import (
2020 "fmt"
21- "github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
2221 "path"
2322 "reflect"
2423 "sync"
2524 "time"
2625
26+ "github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
27+
2728 "k8s.io/klog/v2"
2829 "k8s.io/kubernetes/pkg/kubelet/checkpointmanager"
2930 "k8s.io/kubernetes/pkg/kubelet/checkpointmanager/errors"
Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ package state
1818
1919import (
2020 "fmt"
21- "github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
2221 "path"
2322 "reflect"
2423 "sync"
2524 "time"
2625
26+ "github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
27+
2728 info "github.com/google/cadvisor/info/v1"
2829 v1 "k8s.io/api/core/v1"
2930 "k8s.io/klog/v2"
Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ package state
1818
1919import (
2020 "fmt"
21- "github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
2221 "path"
2322 "reflect"
2423 "sync"
2524 "time"
2625
26+ "github.com/kubewharf/katalyst-core/pkg/agent/qrm-plugins/inmemorystate"
27+
2728 "k8s.io/klog/v2"
2829
2930 info "github.com/google/cadvisor/info/v1"
You can’t perform that action at this time.
0 commit comments