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 fd9dbfc commit 1bb1647Copy full SHA for 1bb1647
controllers/azurejson_machine_controller.go
@@ -96,7 +96,9 @@ type filterUnclonedMachinesPredicate struct {
96
}
97
98
func (f filterUnclonedMachinesPredicate) Create(e event.CreateEvent) bool {
99
- return f.Generic(event.GenericEvent(e))
+ return f.Generic(event.GenericEvent{
100
+ Object: e.Object,
101
+ })
102
103
104
func (f filterUnclonedMachinesPredicate) Update(e event.UpdateEvent) bool {
0 commit comments