Fix field name for ListMeta in API reference
parent
2c62b6b6f7
commit
9ca17f3979
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue