From 653f1e8a9bf7351e7a1b9c0c243b88317abfa387 Mon Sep 17 00:00:00 2001 From: Long Wu Yuan Date: Sun, 3 Jul 2022 03:13:24 +0530 Subject: [PATCH] fix bullet md format (#8771) --- docs/developer-guide/code-overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/developer-guide/code-overview.md b/docs/developer-guide/code-overview.md index d503cfb8c..c55fb69f9 100644 --- a/docs/developer-guide/code-overview.md +++ b/docs/developer-guide/code-overview.md @@ -12,8 +12,9 @@ This part of the code is responsible for the main logic of Ingress NGINX. It con ### Core Sync Logics: Ingress-nginx has an internal model of the ingresses, secrets and endpoints in a given cluster. It maintains two copies of that: -1. currently running configuration model -1. the one generated in response to some changes in the cluster + +1. One copy is the currently running configuration model +2. Second copy is the one generated in response to some changes in the cluster The sync logic diffs the two models and if there's a change it tries to converge the running configuration to the new one.