The new merging API enables deep merging policies in addition to shallow merging. TrafficPolicy's sub policies implement merge functions to support the different merge strategies. Currently, all sub policies except transformations only implement the shallow merging variants, while transformations implements deep merging.
Audit other sub policies to support deep merging if appropriate.
The new merging API enables deep merging policies in addition to shallow merging. TrafficPolicy's sub policies implement merge functions to support the different merge strategies. Currently, all sub policies except
transformationsonly implement the shallow merging variants, whiletransformationsimplements deep merging.Audit other sub policies to support deep merging if appropriate.