Kubernetes v1.36: Staleness Mitigation and Observability for Controllers
… To take advantage of this, clients using client-go can now introspect into the cache to determine the latest resource version that the controller cache has seen. This is done with the newly added function LastStoreSyncResourceVersion implemented on the Store interface here . …