-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Go to 1.21.5 and k8s.io/* to 0.29.1 #74
Conversation
Signed-off-by: Vitaliy Emporopulo <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
42154e6
to
b92bb7f
Compare
Signed-off-by: Evan Lezar <[email protected]>
b92bb7f
to
bd1276c
Compare
Signed-off-by: Evan Lezar <[email protected]>
@@ -26,7 +26,7 @@ import ( | |||
"k8s.io/apimachinery/pkg/watch" | |||
"k8s.io/client-go/util/retry" | |||
"k8s.io/klog/v2" | |||
drapbv1 "k8s.io/kubelet/pkg/apis/dra/v1alpha2" | |||
drapbv1 "k8s.io/kubelet/pkg/apis/dra/v1alpha3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't think we could make this change until we also made the kind
changes. My expectation was that this PR would pull in the controller changes from #14 but not the kubelet-plugin changes. I'd also prefer to see this as a sparate commit, not bundled in the same commit as the go.mod changes.
This PR also incorporates #14 to fix broken APIs.