-
Notifications
You must be signed in to change notification settings - Fork 950
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
bugfix: align with existing system #1263
bugfix: align with existing system #1263
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1263 +/- ##
==========================================
- Coverage 15.26% 15.24% -0.02%
==========================================
Files 172 172
Lines 10699 10711 +12
==========================================
Hits 1633 1633
- Misses 8946 8958 +12
Partials 120 120
|
cli/inspect.go
Outdated
QuotaID string `json:"QuotaId,omitempty"` | ||
} | ||
|
||
// convContainerJSONToInspectContainerJSON convs ContainerJSON into inspectContainerJSON. |
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.
%s/convs/converts
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.
@HusterWan the conv
is common used to represent the convert
. I think it is ok here.
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.
Oh. I see. it is the comment...
Should show QuotaId instead of QuotaID. Signed-off-by: Wei Fu <[email protected]>
LGTM |
Should show QuotaId instead of QuotaID.
Signed-off-by: Wei Fu [email protected]
Ⅰ. Describe what this PR did
Align with existing system: change
QuotaID
toQuotaId
.Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how you did it
NONE
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews