-
Notifications
You must be signed in to change notification settings - Fork 202
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1633 +/- ##
============================================
- Coverage 35.25% 35.24% -0.02%
Complexity 1121 1121
============================================
Files 186 186
Lines 10178 10181 +3
Branches 1656 1657 +1
============================================
Hits 3588 3588
- Misses 6169 6172 +3
Partials 421 421 |
Codecov Report
@@ Coverage Diff @@
## master #1633 +/- ##
============================================
+ Coverage 34.82% 35.24% +0.41%
+ Complexity 1122 1120 -2
============================================
Files 186 186
Lines 10309 10178 -131
Branches 1679 1656 -23
============================================
- Hits 3590 3587 -3
+ Misses 6297 6171 -126
+ Partials 422 420 -2 |
* @param defaultValue | ||
* @return | ||
*/ | ||
private String getImagePullPolicy(ResourceConfig resourceConfig, String defaultValue) { |
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 would suggest moving this function to it's parent class i.e BaseEnricher
since both DefaultControllerEnricher
and ControllerViaPluginConfiguration
are using this method
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.
Looks good with minor 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.
@theexplorist better to shift getImagePullPolicy( )
to the base class
Fix #1632