Skip to content

Commit e141ea0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/daemon/controller_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func routeDiff(existingRoutes, v4Cidrs, v6Cidrs []string) (toAddV4, toAddV6, toD
141141
return
142142
}
143143

144-
func (c *Controller) handleDeletePod(key string) error {
144+
func (c *Controller) handleDeletePod(event *podEvent) error {
145145
return nil
146146
}
147147

0 commit comments

Comments
 (0)