We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46fe0b commit 0b133c7Copy full SHA for 0b133c7
pkg/scheduler/framework/types_test.go
@@ -1629,6 +1629,7 @@ func TestCloudEvent_Match(t *testing.T) {
1629
name: "event with resource = 'Pod' matching with coming events carries same actionType",
1630
event: ClusterEvent{Resource: Pod, ActionType: UpdateNodeLabel | UpdateNodeTaint},
1631
comingEvent: ClusterEvent{Resource: Pod, ActionType: UpdateNodeLabel},
1632
+ wantResult: true,
1633
},
1634
{
1635
name: "event with resource = '*' matching with coming events carries same actionType",
0 commit comments