mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-01 17:20:47 +00:00
SetupMocks() currently takes a bool switch that tells it to configure against either a shifting canary or an A-B canary. I'll need a third canary that has mirroring turned on so I changed this to an interface that just takes the canary to configure (and configs the default shifting canary if you pass nil).