-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 network plugin version to v1 #18320
Conversation
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
1 similar comment
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
Labelling this PR as size/XS |
Could you please remove the line of The fields "apiVersion" and "kind" are optional in version v1beta1 in exec.go since v1beta1 isn't supported? |
Ok |
Thanks. |
@feihujiang I found this little bug because I've developed a new k8s network plugin https://github.com/WIZARD-CXY/cxy-sdn and want use this piece of code. |
Ref #16849 |
ping @thockin it's a very small change |
This is a very small change, but it's not right, unfortunately. The network plugin API is not v1 yet. |
Maybe it's better to recover the doc change #16849 ;-) |
@thockin What's the // This struct represents version "v1" mean or just a wrong note? |
That's a good point, and probably a bug in the comment. |
@thockin Thanks, got it. |
@WIZARD-CXY Would you like to open a new PR to recover the doc change and fix the bug in the comment.? |
@thockin @feihujiang Then what version is the right version? |
I think it is v1beta1. |
@WIZARD-CXY I have free time, so let me fix these. |
ok May the force be with you
|
@feihujiang Just update the code to use v1 API.