You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Code omitted for adding InformerEventSource for the Pod
128
127
}
129
128
```
130
129
@@ -171,7 +170,7 @@ Although with optimistic locking we were able to overcome this issue — see [th
171
170
172
171
{{% alert color=success %}}
173
172
This changed in the Kubernetes guidelines. Now, if we can parse the `resourceVersion` as an integer,
174
-
we can use numerical comparison. See the related [KEP](https://github.com/michaelasp/enhancements/tree/master/keps/sig-api-machinery/5504-comparable-resource-version).
173
+
we can use numerical comparison. See the related [KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/5504-comparable-resource-version).
175
174
{{% /alert %}}
176
175
177
176
From this point the idea of the algorithm is very simple:
Copy file name to clipboardExpand all lines: docs/content/en/blog/releases/v5-3-release.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,7 @@ If your reconciler relied on being re-triggered by its own writes, a new `resche
54
54
> in-flight updates. Use `context.getSecondaryResources(..)` or `InformerEventSource.get(ResourceID)`
55
55
> instead.
56
56
57
-
See the related [blog post](../news/read-after-write-consistency.md)
58
-
and [reconciler docs](/docs/documentation/reconciler#read-cache-after-write-consistency-and-event-filtering) for details.
57
+
See the related [blog post](../news/read-after-write-consistency.md) and [reconciler docs](/docs/documentation/reconciler#read-cache-after-write-consistency-and-event-filtering) for details.
0 commit comments