Closed Warashi closed 3 days ago
Attention: Patch coverage is 55.55556%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 25.28%. Comparing base (
b5089af
) to head (dedd8fc
). Report is 5 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...app/pipedv1/plugin/kubernetes/provider/resource.go | 0.00% | 8 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What this PR does:
This PR adds the function
findConfigs
to find ConfigMaps and Secrets in manifests.Why we need it:
To determine sync strategies, we need to find updated ConfigMaps or Secrets. This PR adds functionalities for finding these candidates.
Which issue(s) this PR fixes:
Part of #4980
Does this PR introduce a user-facing change?: No