Skip to content

Commit

Permalink
bump cri runtime api to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudzp committed Aug 21, 2024
1 parent 37111f2 commit e316f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ensurance/cm/cpumanager/cpu_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"k8s.io/client-go/tools/cache"
"k8s.io/client-go/util/workqueue"
criapis "k8s.io/cri-api/pkg/apis"
runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
"k8s.io/klog/v2"
"k8s.io/kubernetes/pkg/kubelet/cm/containermap"
cpumanagerstate "k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/state"
Expand Down

0 comments on commit e316f88

Please sign in to comment.