You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/kruise-rollout/definitions/canary-deploy.cue
+3
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ template: {
34
34
type: "rolling-release"
35
35
properties: {
36
36
weight: parameter.weight
37
+
rolloutType: parameter.rolloutType
37
38
}
38
39
}]
39
40
}]
@@ -47,5 +48,7 @@ template: {
47
48
components?: *[] | [...string]
48
49
//+usage=Specify the percentage of replicas to update to the new version at each step, as well as the routing of traffic to the new version, e.g., 20, 40...
49
50
weight: int
51
+
//+usage=Specifies the rollout type. Optional values: "partition", "canary". If not specify, the rolloutType is partition.
0 commit comments