mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
modify test
This commit is contained in:
parent
e46fe0b673
commit
0b133c7fa9
1 changed files with 1 additions and 0 deletions
|
|
@ -1629,6 +1629,7 @@ func TestCloudEvent_Match(t *testing.T) {
|
|||
name: "event with resource = 'Pod' matching with coming events carries same actionType",
|
||||
event: ClusterEvent{Resource: Pod, ActionType: UpdateNodeLabel | UpdateNodeTaint},
|
||||
comingEvent: ClusterEvent{Resource: Pod, ActionType: UpdateNodeLabel},
|
||||
wantResult: true,
|
||||
},
|
||||
{
|
||||
name: "event with resource = '*' matching with coming events carries same actionType",
|
||||
|
|
|
|||
Loading…
Reference in a new issue