Merge pull request #114300 from liggitt/ascii-art-format

Fix table in sync controller comment
This commit is contained in:
Kubernetes Prow Robot
2022-12-10 07:55:25 -08:00
committed by GitHub

View File

@@ -205,7 +205,6 @@ func (c *autoRegisterController) processNextWorkItem() bool {
// checkAPIService syncs the current APIService against a list of desired APIService objects
//
// | A. desired: not found | B. desired: sync on start | C. desired: sync always
//
// ------------------------------------------------|-----------------------|---------------------------|------------------------
// 1. current: lookup error | error | error | error
// 2. current: not found | - | create once | create