Skip to content

Commit

Permalink
dra to v1beta1
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cho <[email protected]>
  • Loading branch information
jcho02 committed Feb 6, 2025
1 parent 3100a65 commit a2f55e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/power-dra-kubeletplugin/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"k8s.io/dynamic-resource-allocation/kubeletplugin"
"k8s.io/klog/v2"

drapbv1 "k8s.io/kubelet/pkg/apis/dra/v1alpha4"
drapbv1 "k8s.io/kubelet/pkg/apis/dra/v1beta1"
)

var _ drapbv1.DRAPluginServer = &driver{}
Expand Down
2 changes: 1 addition & 1 deletion cmd/power-dra-kubeletplugin/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

resourceapi "k8s.io/api/resource/v1alpha3"
"k8s.io/apimachinery/pkg/runtime"
drapbv1 "k8s.io/kubelet/pkg/apis/dra/v1alpha4"
drapbv1 "k8s.io/kubelet/pkg/apis/dra/v1beta1"
"k8s.io/kubernetes/pkg/kubelet/checkpointmanager"

configapi "github.com/IBM/power-dra-driver/api/powervs-openshift-ipi.cis.ibm.net/resource/gpu/v1alpha1"
Expand Down

0 comments on commit a2f55e3

Please sign in to comment.