-
Notifications
You must be signed in to change notification settings - Fork 260
CNS Debug API to expose PodIpIdByOrchrestratorContext #822
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
Codecov Report
@@ Coverage Diff @@
## master #822 +/- ##
==========================================
- Coverage 41.92% 41.60% -0.32%
==========================================
Files 152 157 +5
Lines 14373 14973 +600
==========================================
+ Hits 6026 6230 +204
- Misses 7616 7992 +376
- Partials 731 751 +20 |
ce697fd to
452a5e5
Compare
This API exposes the Httpservice struct field to display map of OrchestratorContext->PodIpID (UUID) and includes debug command getPodContexts for CLI use-case.
452a5e5 to
dbb4e12
Compare
|
Looks good to me, left 3 format comments. |
2f72144 to
fafbcc5
Compare
ramiro-gamarra
left a comment
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.
few comments
Added GET endpoint instead for API Handler instead of POST. Added separate test function. Formatting on multiple files under /cns.
fafbcc5 to
2d318a8
Compare
ramiro-gamarra
left a comment
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.
![]()
feat: This API exposes one of the Httpservice struct field to
display map of OrchestratorContext->PodIpID (UUID) and
includes debug command getPodContexts for CLI use-case.