mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 17:16:18 +00:00
Fix table in sync controller comment
This commit is contained in:
parent
3e26e104bd
commit
dfac46de3f
@ -205,7 +205,6 @@ func (c *autoRegisterController) processNextWorkItem() bool {
|
|||||||
// checkAPIService syncs the current APIService against a list of desired APIService objects
|
// 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
|
// | A. desired: not found | B. desired: sync on start | C. desired: sync always
|
||||||
//
|
|
||||||
// ------------------------------------------------|-----------------------|---------------------------|------------------------
|
// ------------------------------------------------|-----------------------|---------------------------|------------------------
|
||||||
// 1. current: lookup error | error | error | error
|
// 1. current: lookup error | error | error | error
|
||||||
// 2. current: not found | - | create once | create
|
// 2. current: not found | - | create once | create
|
||||||
|
Loading…
Reference in New Issue
Block a user