fixed the error in the syntax of the metadata link
This commit is contained in:
parent
0b82613e89
commit
41fc9dc627
|
|
@ -1036,9 +1036,9 @@ Continue Token, Exact
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
When you **list** resources and receive a collection response, the response includes the
|
When you **list** resources and receive a collection response, the response includes the
|
||||||
[list metadata](/docs/reference/generated/kubernetes-api/v{{ skew currentVersion >}}/#listmeta-v1-meta)
|
[list metadata](/docs/reference/generated/kubernetes-api/v{{<skew currentVersion >}}/#listmeta-v1-meta)
|
||||||
of the collection as well as
|
of the collection as well as
|
||||||
[object metadata](/docs/reference/generated/kubernetes-api/v{{ skew currentVersion >}}/#objectmeta-v1-meta)
|
[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,
|
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
|
`.metadata.resourceVersion` tracks when that object was last updated, and not how up-to-date
|
||||||
the object is when served.
|
the object is when served.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue