Skip to content

Commit

Permalink
Merge branch 'main' into gql-test-r2
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliMatharaarachchi authored Jan 19, 2024
2 parents f07876c + 829b4dc commit 18df4c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adapter/internal/operator/controllers/dp/api_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@ func (apiReconciler *APIReconciler) populateAPIReconcileRequestsForBackend(ctx c
}

func (apiReconciler *APIReconciler) traverseAPIStateAndUpdateOwnerReferences(ctx context.Context, apiState synchronizer.APIState) {
loggers.LoggerAPKOperator.Debugf("Ready to traverse the apistate : %+v", apiState)
// travserse through all the children of this API and trigger update owner reference
if apiState.ProdHTTPRoute != nil {
for _, httpRoute := range apiState.ProdHTTPRoute.HTTPRoutePartitions {
Expand Down

0 comments on commit 18df4c8

Please sign in to comment.