fix: fullWeight removed, fullWeight => totalWeight

This commit is contained in:
Robert Kwolek
2020-11-17 09:00:21 +01:00
parent 67dca9c7ad
commit 2a0473fc9b
8 changed files with 31 additions and 64 deletions
+1 -5
View File
@@ -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"`