mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
fix: fullWeight removed, fullWeight => totalWeight
This commit is contained in:
@@ -201,11 +201,7 @@ type CanaryAnalysis struct {
|
||||
// +optional
|
||||
Mirror bool `json:"mirror,omitempty"`
|
||||
|
||||
// Sum of weights of canary and primary. If not set default 100 is used.
|
||||
// +optional
|
||||
FullWeight int `json:"fullWeight,omitempty"`
|
||||
|
||||
// Weight of the traffic to be mirrored in the range of [0, FullWeight].
|
||||
// Weight of the traffic to be mirrored in the range of [0, 100].
|
||||
// +optional
|
||||
MirrorWeight int `json:"mirrorWeight,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user