-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add pod handler #76
Add pod handler #76
Conversation
9fafb89
to
fc73a8e
Compare
src/entity/pod.go
Outdated
) | ||
|
||
const ( | ||
PodCollectionName string = "pod" |
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.
pods
Codecov Report
@@ Coverage Diff @@
## develop #76 +/- ##
===========================================
+ Coverage 68.36% 69.48% +1.12%
===========================================
Files 34 36 +2
Lines 1062 1170 +108
===========================================
+ Hits 726 813 +87
- Misses 289 304 +15
- Partials 47 53 +6
Continue to review full report at Codecov.
|
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
Add pod handler Former-commit-id: 631244849d777f700c60e6efe21b802093008df7 [formerly dbcd904] Former-commit-id: c106704cef622ce4cda6ca099d1b335ad3a42518
No description provided.