Skip to content

Commit 9818989

Browse files
committed
fix
Signed-off-by: clyi <clyi@alauda.io>
1 parent 9c98da1 commit 9818989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/daemon/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ type serviceEvent struct {
506506
}
507507

508508
type podEvent struct {
509-
oldObj, newObj any
509+
oldObj any
510510
}
511511

512512
func (c *Controller) enqueueAddSubnet(obj any) {

0 commit comments

Comments
 (0)