Fix field name for ListMeta in API reference

pull/47797/head
Qiming Teng 2024-09-05 06:58:44 +08:00
parent 2c62b6b6f7
commit 9ca17f3979
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ ResourceSliceList is a collection of ResourceSlices.
Items is the list of resource ResourceSlices.
- **listMeta** (<a href="{{< ref "../common-definitions/list-meta#ListMeta" >}}">ListMeta</a>)
- **metadata** (<a href="{{< ref "../common-definitions/list-meta#ListMeta" >}}">ListMeta</a>)
Standard list metadata

View File

@ -27857,7 +27857,7 @@ $ curl -X GET 'http://127.0.0.1:8001/api/v1/watch/namespaces/default/services/de
<TR><TD><CODE>apiVersion</CODE><BR /><I>string</I></TD><TD>APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources</TD></TR>
<TR><TD><CODE>items</CODE><BR /><I><a href="#resourceslice-v1alpha3-resource-k8s-io">ResourceSlice</a> array</I></TD><TD>Items is the list of resource ResourceSlices.</TD></TR>
<TR><TD><CODE>kind</CODE><BR /><I>string</I></TD><TD>Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds</TD></TR>
<TR><TD><CODE>listMeta</CODE><BR /><I><a href="#listmeta-v1-meta">ListMeta</a></I></TD><TD>Standard list metadata</TD></TR>
<TR><TD><CODE>metadata</CODE><BR /><I><a href="#listmeta-v1-meta">ListMeta</a></I></TD><TD>Standard list metadata</TD></TR>
</TBODY>
</TABLE>
</DIV>