-
Notifications
You must be signed in to change notification settings - Fork 61
Remove redundant alias import and replace few function names in ISCSI server #137
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
Conversation
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.
One suggestion. Otherwise LGTM.
@@ -3,8 +3,8 @@ package v1beta1 | |||
// Add manual conversion functions here to override automatic conversion functions | |||
|
|||
import ( | |||
v1beta1 "github.com/kubernetes-csi/csi-proxy/client/api/disk/v1beta1" |
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 think these have been bubbling up since v1alpha1: https://github.com/kubernetes-csi/csi-proxy/blob/master/internal/server/disk/internal/v1alpha1/conversion.go#L6 . Can you please apply the fix in v1alpha1 as well?
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.
Sure.. Updated patch set. PTAL. Thanks @ddebroy
… server Signed-off-by: Humble Chirammal <[email protected]>
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ddebroy, humblec The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
95eac33 Merge pull request kubernetes-csi#137 from pohly/fix-go-version-check 437e431 verify-go-version.sh: fix check after removal of travis.yml git-subtree-dir: release-tools git-subtree-split: 95eac33629ea9c586c4efcb7ad875191162464b2
Signed-off-by: Humble Chirammal [email protected]