Track selected workloads by scothis · Pull Request #335 · servicebinding/runtime

@scothis

When a ServiceBinding uses a selector to match workloads, we now track changes to those workload resource to reprocess the controller.

@scothis

When a ServiceBinding uses a selector to match workloads, we now track
changes to those workload resource to reprocess the controller.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>

@codecov-commenter

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02% 🎉

Comparison is base (d185b32) 81.53% compared to head (06af67c) 81.56%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #335      +/-   ##
==========================================
+ Coverage   81.53%   81.56%   +0.02%     
==========================================
  Files          15       15              
  Lines        1446     1448       +2     
==========================================
+ Hits         1179     1181       +2     
  Misses        219      219              
  Partials       48       48              
Files Changed Coverage Δ
controllers/client.go 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

sadlerap