From d7bad5ed46676d3d6b6ca782ce7aeded97025366 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Wed, 4 Dec 2024 15:39:13 +1000 Subject: [PATCH] add todo --- internal/machine/machine.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/machine/machine.go b/internal/machine/machine.go index 67b6100b..663d6ef4 100644 --- a/internal/machine/machine.go +++ b/internal/machine/machine.go @@ -703,6 +703,7 @@ func (m *Machine) InspectService( if len(records) == 0 { return nil, status.Error(codes.NotFound, "service not found") } + // TODO: handle SyncStatus to return only trusted container statuses. // TODO: handle multiple services with the same name but different IDs. This can happen when two services // with the same name are created concurrently on different machines.