File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const (
78
78
All ActionType = 1 << iota - 1
79
79
80
80
// Use the general Update type if you don't either know or care the specific sub-Update type to use.
81
- Update = UpdateNodeAllocatable | UpdateNodeLabel | UpdateNodeTaint | UpdateNodeCondition | UpdateNodeAnnotation | UpdatePodLabel | UpdatePodRequest
81
+ Update = UpdateNodeAllocatable | UpdateNodeLabel | UpdateNodeTaint | UpdateNodeCondition | UpdateNodeAnnotation | UpdatePodLabel | UpdatePodRequest | UpdatePodOther
82
82
)
83
83
84
84
// GVK is short for group/version/kind, which can uniquely represent a particular API resource.
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ func Test_podSchedulingPropertiesChange(t *testing.T) {
363
363
name : "untracked properties of pod is updated" ,
364
364
newPod : st .MakePod ().Annotation ("foo" , "bar" ).Obj (),
365
365
oldPod : st .MakePod ().Annotation ("foo" , "bar2" ).Obj (),
366
- want : []framework.ClusterEvent {AssignedPodUpdate },
366
+ want : []framework.ClusterEvent {AssignedPodOtherUpdate },
367
367
},
368
368
}
369
369
for _ , tt := range tests {
You can’t perform that action at this time.
0 commit comments