Closed lburgazzoli closed 2 weeks ago
Attention: Patch coverage is 73.56322%
with 23 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
feature-operator-refactor@1209501
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
...actions/render/template/action_render_templates.go | 73.25% | 17 Missing and 6 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/retest
/retest
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: grdryn, zdtsw
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Description
This PR introduces a new rendering engine that is based on the go text/template package.
The template is rendered to the actual objects taking a subset of the
ReconciliationRequest
struct:Instance
andDSCI
so as an example, theServiceMeshMember
template that is part of the model registry component would looks like:https://issues.redhat.com/browse/RHOAIENG-15534
How Has This Been Tested?
ServiceMeshMember
instance in the model registries namespace nameddefault
and that it contains the expected valuesScreenshot or short clip
Merge criteria