Skip to content

Commit

Permalink
Fixed invalid link for object metadata (#40914)
Browse files Browse the repository at this point in the history
* Fixed invalid link for object metadata

* Update content/en/docs/reference/using-api/api-concepts.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update api-concepts.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
  • Loading branch information
pranav-pandey0804 and tengqm committed May 23, 2023
1 parent 45365ac commit 1e2b0de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/en/docs/reference/using-api/api-concepts.md
Expand Up @@ -1036,8 +1036,9 @@ Continue Token, Exact

{{< note >}}
When you **list** resources and receive a collection response, the response includes the
[metadata](/docs/reference/generated/kubernetes-api/v1.21/#listmeta-v1-meta) of the collection as
well as [object metadata](/docs/reference/generated/kubernetes-api/v1.21/#listmeta-v1-meta)
[list metadata](/docs/reference/generated/kubernetes-api/v{{ skew currentVersion >}}/#listmeta-v1-meta)
of the collection as well as
[object metadata](/docs/reference/generated/kubernetes-api/v{{ skew currentVersion >}}/#objectmeta-v1-meta)
for each item in that collection. For individual objects found within a collection response,
`.metadata.resourceVersion` tracks when that object was last updated, and not how up-to-date
the object is when served.
Expand Down

0 comments on commit 1e2b0de

Please sign in to comment.