pkg/controllers/route_controller.go (7 lines): - line 223: // TODO assume one parent for now and point to service network - line 252: // TODO continue deploy to trigger reconcile of stale Route and policy - line 282: // TODO assume one parent for now and point to service network - line 302: // TODO: we suppose to stop reconciliation here, but that will create problem when - line 490: // - TODO: NoMatchingListenerHostname: listener hostname matches one of route hostnames - line 491: // - TODO: NotAllowedByListeners: listener allowedRoutes contains route GroupKind - line 502: // TODO assume one parent for now and point to service network pkg/deploy/lattice/service_manager.go (3 lines): - line 224: // TODO check for vpclattice.ErrCodeAccessDeniedException or a new error type ErrorCodeNotFoundException - line 281: // TODO: we should have something more lightweight, retrying full reconciliation looks to heavy - line 286: // TODO: if assoc in failed state, may be we should try to re-create? pkg/model/lattice/servicenetwork.go (2 lines): - line 37: //TODO right name - line 44: // TODO: servicenetwork.registerDependencies(stack) pkg/deploy/lattice/service_network_manager.go (1 line): - line 104: // TODO check for vpclattice.ErrCodeAccessDeniedException or a new error type ErrorCodeNotFoundException pkg/controllers/eventhandlers/gateway.go (1 line): - line 61: // TODO: delete gateway pkg/deploy/lattice/target_group_synthesizer.go (1 line): - line 128: // TODO: we should do parallel deletion calls, preferably with bounded WorkGroup pkg/model/core/graph/typological_traversal.go (1 line): - line 8: // @TODO: change this traversal to be parallel. pkg/deploy/stack_deployer.go (1 line): - line 78: // TODO: need to refactor TG synthesizer. Remove stack from constructor pkg/deploy/lattice/rule_manager.go (1 line): - line 180: // TODO: fetching all rules every time is not efficient - maybe have a separate public method to prepopulate? pkg/model/core/token_types.go (1 line): - line 34: // @TODO: ideally the resolverFunc can be a shared implementation which dump Resource as json and obtain the fieldPath.