-
Notifications
You must be signed in to change notification settings - Fork 522
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
refactor: Removed OpenShift specific config flags from kubernetes-maven-plugin #170
refactor: Removed OpenShift specific config flags from kubernetes-maven-plugin #170
Conversation
1f79fae
to
627ad65
Compare
...maven-plugin/plugin/src/main/java/org/eclipse/jkube/maven/plugin/mojo/develop/WatchMojo.java
Outdated
Show resolved
Hide resolved
.../plugin/src/main/java/org/eclipse/jkube/maven/plugin/mojo/develop/OpenshiftUndeployMojo.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #170 +/- ##
============================================
- Coverage 26.25% 26.21% -0.04%
+ Complexity 1575 1572 -3
============================================
Files 347 349 +2
Lines 18281 18280 -1
Branches 2812 2813 +1
============================================
- Hits 4799 4793 -6
- Misses 12923 12927 +4
- Partials 559 560 +1
Continue to review full report at Codecov.
|
db42762
to
2b51715
Compare
...-maven-plugin/plugin/src/main/java/org/eclipse/jkube/maven/plugin/mojo/ManifestProvider.java
Outdated
Show resolved
Hide resolved
…en-plugin - Enhanced OpenshiftUndeployMojo to remove Build resources along with the BuildConfigs Signed-off-by: Marc Nuri <[email protected]>
2b51715
to
774b424
Compare
SonarCloud Quality Gate failed. 0 Bugs |
Will create an additional PR with documentation and updated Changelog.
Relates to: #101