Skip to content

Commit

Permalink
fix(dataplane_watchdog): fix outdated comment
Browse files Browse the repository at this point in the history
Signed-off-by: nicoche <78445450+nicoche@users.noreply.github.com>
  • Loading branch information
nicoche committed Aug 22, 2023
1 parent d76c36a commit 95297e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/xds/sync/dataplane_watchdog.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ func (d *DataplaneWatchdog) syncDataplane(ctx context.Context, metadata *core_xd
return result, nil
}

// syncIngress synces state of Ingress Dataplane. Notice that it does not use Mesh Hash yet because Ingress supports many Meshes.
// syncIngress synces state of Ingress Dataplane.
// It uses Mesh Has to decide if we need to regenerate configuration or not.
func (d *DataplaneWatchdog) syncIngress(ctx context.Context, metadata *core_xds.DataplaneMetadata) (SyncResult, error) {
envoyCtx := &xds_context.Context{
ControlPlane: d.EnvoyCpCtx,
Expand Down

0 comments on commit 95297e2

Please sign in to comment.