We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf6fb2 commit 76120a6Copy full SHA for 76120a6
pkg/controller/node/node_controller_test.go
@@ -264,6 +264,7 @@ func filterInformerActions(actions []core.Action) []core.Action {
264
action.Matches("watch", "machineosbuilds") ||
265
action.Matches("list", "machineosconfigs") ||
266
action.Matches("watch", "machineosconfigs") ||
267
+ action.Matches("get", "machineconfignodes") ||
268
action.Matches("list", "machineconfignodes") ||
269
action.Matches("watch", "machineconfignodes")) {
270
continue
0 commit comments