-
Notifications
You must be signed in to change notification settings - Fork 523
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
fix (jkube-kit/generator) : Align BaseGenerator's config options to work with jkube.generator.*
properties (#1489)
#1491
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #1491 (2022-05-13T16:50:43Z) ⚙️ JKube E2E Tests (2320669784)
|
Codecov Report
@@ Coverage Diff @@
## master #1491 +/- ##
=========================================
Coverage 51.34% 51.35%
+ Complexity 3813 3812 -1
=========================================
Files 458 458
Lines 20693 20693
Branches 2809 2809
=========================================
+ Hits 10625 10627 +2
+ Misses 8952 8949 -3
- Partials 1116 1117 +1
Continue to review full report at Codecov.
|
…ork with `jkube.generator.*` properties (eclipse-jkube#1489) BaseGenerator `add` and `tags` options also available with `jkube.generator.add` and `jkube.generator.tags` properties respectively. Signed-off-by: Rohan Kumar <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Description
Fix #1489
BaseGenerator
add
andtags
options also available withjkube.generator.add
andjkube.generator.tags
propertiesrespectively.
Signed-off-by: Rohan Kumar [email protected]
Type of change
test, version modification, documentation, etc.)
Checklist