Add PluginStore.copyFrom method#324
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vojtechszocs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c620b2e to
bac9472
Compare
|
@vojtechszocs: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #324 +/- ##
==========================================
- Coverage 30.70% 30.54% -0.16%
==========================================
Files 75 75
Lines 1964 1974 +10
Branches 349 349
==========================================
Hits 603 603
- Misses 1332 1342 +10
Partials 29 29 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This method can be used in unit tests to copy internal state of an existing
PluginStoreinto a newPluginStoreinstance.