Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion internal/provider/kubernetes/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ func (r *gatewayAPIReconciler) subscribeAndUpdateStatus(ctx context.Context) {
})
},
)
r.log.Info("gateway status subscriber shutting down")
}()

// HTTPRoute object status updater
Expand Down Expand Up @@ -705,6 +706,7 @@ func (r *gatewayAPIReconciler) subscribeAndUpdateStatus(ctx context.Context) {
})
},
)
r.log.Info("httpRoute status subscriber shutting down")
}()

// TLSRoute object status updater
Expand Down Expand Up @@ -732,7 +734,7 @@ func (r *gatewayAPIReconciler) subscribeAndUpdateStatus(ctx context.Context) {
})
},
)
r.log.Info("tlsRoute status subscriber shutting down")
}()

r.log.Info("status subscriber shutting down")
}