-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy backend configurations into resource backends
Previously, resource backends received a copy of the default backends, which contains a BackendConfigs, which in turns contains /pointers/ to specific backend configurations (e.g. *backends.EtcdConfig). As a result, resource backends eventually pointed to the default backend configurations. Now, resource backends receive the result of a Backends.Copy() function, which explicitly copies specific backend configurations from the default backends.
- Loading branch information
Tanguy Ortolo
committed
Nov 3, 2023
1 parent
26a3218
commit 955c8b3
Showing
1 changed file
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters