File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,11 @@ limitations under the License.
82
82
// and writes directly to the API server, but clients can be constructed that
83
83
// only talk to the API server, without a cache. The Cache will auto-populate
84
84
// with watched objects, as well as when other structured objects are
85
- // requested. Caches may also have indexes, which can be created via a
86
- // FieldIndexer (pkg/client) obtained from the manager. Indexes can used to
85
+ // requested. The default split client does not promise to invalidate the cache
86
+ // during writes (nor does it promise sequential create/get coherence), and code
87
+ // should not assume a get immediately following a create/update will return
88
+ // the updated resource. Caches may also have indexes, which can be created via
89
+ // a FieldIndexer (pkg/client) obtained from the manager. Indexes can used to
87
90
// quickly and easily look up all objects with certain fields set. Reconcilers
88
91
// may retrieve event recorders (pkg/recorder) to emit events using the
89
92
// manager.
You can’t perform that action at this time.
0 commit comments