-
Notifications
You must be signed in to change notification settings - Fork 260
Add support in CNS to perform CNI Update #296
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 #296 +/- ##
=========================================
+ Coverage 45.16% 46.2% +1.03%
=========================================
Files 25 25
Lines 3538 3424 -114
=========================================
- Hits 1598 1582 -16
+ Misses 1685 1601 -84
+ Partials 255 241 -14
Continue to review full report at Codecov.
|
|
|
||
| func TestGetPodName(t *testing.T) { | ||
| testData := map[string]string{ | ||
| "nginx-deployment-5c689d88bb": "nginx", |
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.
Can you gofmt this? It's just spacing/formatting. Unsure if it looks like this because of GitHub
|
|
||
| for testValue, expectedPodName := range testData { | ||
| podName := GetPodNameWithoutSuffix(testValue) | ||
|
|
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.
remove space
jaer-tsun
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.
lgtm, other than some white space/formatting stuff
jaer-tsun
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.
lgtm
No description provided.