Open lburgazzoli opened 4 days ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from lburgazzoli. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/test opendatahub-operator-e2e
Attention: Patch coverage is 58.86525%
with 58 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
feature-operator-refactor@86668ce
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@VaishnaviHire whenever you have some time, can you have a look at this ?
Description
This PR introduces an optional caching mechanism for the
deploy action
that, if enabled, prevent the action to actually apply a resource to the cluster. This is done by keeping an internal cache composed by type, namespaced name, revision of the live object plus an identity (hash) of the rendered resource. In case an object is known by the cache, it means there's no need to apply it again.https://issues.redhat.com/browse/RHOAIENG-15174
How Has This Been Tested?
Screenshot or short clip
Merge criteria