File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/reference/using-api Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1036,8 +1036,9 @@ Continue Token, Exact
1036
1036
1037
1037
{{< note >}}
1038
1038
When you **list** resources and receive a collection response, the response includes the
1039
- [metadata](/docs/reference/generated/kubernetes-api/v1.21/#listmeta-v1-meta) of the collection as
1040
- well as [object metadata](/docs/reference/generated/kubernetes-api/v1.21/#listmeta-v1-meta)
1039
+ [list metadata](/docs/reference/generated/kubernetes-api/v{{ skew currentVersion >}}/#listmeta-v1-meta)
1040
+ of the collection as well as
1041
+ [object metadata](/docs/reference/generated/kubernetes-api/v{{ skew currentVersion >}}/#objectmeta-v1-meta)
1041
1042
for each item in that collection. For individual objects found within a collection response,
1042
1043
` .metadata.resourceVersion` tracks when that object was last updated, and not how up-to-date
1043
1044
the object is when served.
You can’t perform that action at this time.
0 commit comments