fix v1a3 ResourceSliceList metadata field name

This field was incorrectly named "listMeta" and was missed in review.
This commit is contained in:
Tim Hockin
2024-08-16 16:42:07 -07:00
parent 4d8e197743
commit 62e601a95a
7 changed files with 135 additions and 135 deletions

View File

@@ -16048,7 +16048,7 @@
"description": "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",
"type": "string"
},
"listMeta": {
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard list metadata"
}

View File

@@ -1152,7 +1152,7 @@
"description": "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",
"type": "string"
},
"listMeta": {
"metadata": {
"allOf": [
{
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"