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 a75f97b commit 35be309Copy full SHA for 35be309
pkg/controller/node/node_controller_test.go
@@ -264,7 +264,9 @@ func filterInformerActions(actions []core.Action) []core.Action {
264
action.Matches("list", "machineosbuilds") ||
265
action.Matches("watch", "machineosbuilds") ||
266
action.Matches("list", "machineosconfigs") ||
267
- action.Matches("watch", "machineosconfigs")) {
+ action.Matches("watch", "machineosconfigs") ||
268
+ action.Matches("list", "machineconfignodes") ||
269
+ action.Matches("watch", "machineconfignodes")) {
270
continue
271
}
272
ret = append(ret, action)
0 commit comments