-
Notifications
You must be signed in to change notification settings - Fork 539
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
Provide support for setting BuildConfig memory/CPU requests and limits #99
Conversation
Codecov Report
@@ Coverage Diff @@
## master #99 +/- ##
============================================
+ Coverage 24.60% 25.11% +0.51%
- Complexity 1476 1515 +39
============================================
Files 349 350 +1
Lines 19240 19322 +82
Branches 2889 2908 +19
============================================
+ Hits 4734 4853 +119
+ Misses 13973 13916 -57
- Partials 533 553 +20
Continue to review full report at Codecov.
|
jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/KubernetesHelper.java
Outdated
Show resolved
Hide resolved
jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/KubernetesHelper.java
Outdated
Show resolved
Hide resolved
* @param log log object | ||
* @return file if present or null | ||
*/ | ||
public static File getResourceFragmentFromSource(File resourceDirFinal, List<String> remotes, String resourceNameSuffix, KitLogger log) { |
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.
Please provide some Unit Test validating and documenting the logic
jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/KubernetesHelper.java
Outdated
Show resolved
Hide resolved
jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/KubernetesHelper.java
Outdated
Show resolved
Hide resolved
jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/KubernetesHelper.java
Outdated
Show resolved
Hide resolved
e618043
to
8da1dc9
Compare
67b3955
to
4b46f90
Compare
1778d2f
to
50b3686
Compare
50b3686
to
f27b67c
Compare
SonarCloud Quality Gate failed.
|
Ported PR fabric8io/fabric8-maven-plugin#1772