Fix list_type_missing in api/imagepolicy

This commit is contained in:
Tim Hockin
2023-11-16 11:45:16 -08:00
parent cddfa43769
commit 7fc3ef1fec
4 changed files with 7 additions and 1 deletions

View File

@@ -37939,6 +37939,11 @@ func schema_k8sio_api_imagepolicy_v1alpha1_ImageReviewSpec(ref common.ReferenceC
Type: []string{"object"},
Properties: map[string]spec.Schema{
"containers": {
VendorExtensible: spec.VendorExtensible{
Extensions: spec.Extensions{
"x-kubernetes-list-type": "atomic",
},
},
SchemaProps: spec.SchemaProps{
Description: "Containers is a list of a subset of the information in each container of the Pod being created.",
Type: []string{"array"},