File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ const (
35
35
// AnnoRolloutProgressingInfos contains a slice of progressing info on resource.
36
36
AnnoRolloutProgressingInfos = "rollout.kusionstack.io/progressing-infos"
37
37
38
- // AnnoPodRolloutProgressingInfos contains a slice of progressing infos on a pod.
39
- AnnoPodRolloutProgressingInfos = "rollout.kusionstack.io/pod-progressing-infos"
40
-
41
38
// AnnoRolloutName is the name of the rollout object.
42
39
AnnoRolloutName = "rollout.kusionstack.io/name"
40
+ )
43
41
42
+ // traffic annotations
43
+ const (
44
44
// AnnoRouteSpecBackup is the origin spec of route object. It is used to rollback.
45
45
AnnoRouteSpecBackup = "rollout.kusionstack.io/route-spec-backup"
46
46
// AnnoRouteConditions is the conditions of route object.
Original file line number Diff line number Diff line change @@ -23,15 +23,13 @@ const (
23
23
24
24
// canary labels
25
25
const (
26
- // This label will be added to canary workload and pods.
27
- LabelCanary = "rollout.kusionstack.io/canary"
26
+ // This label will be set on objects to indicate that they are temporary resources.
27
+ LabelCanaryResource = "rollout.kusionstack.io/canary-resource"
28
+
28
29
// This label indicates the revision of pods controlled by workload.
29
30
LabelTrafficLane = "rollout.kusionstack.io/traffic-lane"
30
31
LabelValueTrafficLaneStable = "stable"
31
32
LabelValueTrafficLaneCanary = "canary"
32
-
33
- // This label is added to objects to indicate that they are temporary resources.
34
- LabelTemporaryResource = "rollout.kusionstack.io/temporary-resource"
35
33
)
36
34
37
35
// rollout class label
You can’t perform that action at this time.
0 commit comments