feat: print ENDPOINTS column when listing services

This commit is contained in:
Pavel Sviderski
2025-02-27 20:37:02 +10:00
parent 58ecc17ac1
commit 30f1e135f1
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -118,6 +118,7 @@ func (s *Service) Endpoints() []string {
}
}
endpoint += fmt.Sprintf(" → :%d", port.ContainerPort)
endpoints[endpoint] = struct{}{}
}
}