Fix list_type_missing in k8s.io/metrics

This commit is contained in:
Tim Hockin
2023-11-17 13:35:51 -08:00
parent 58fb9f6e66
commit 18f3941c24
6 changed files with 14 additions and 2 deletions

View File

@@ -59962,6 +59962,11 @@ func schema_pkg_apis_metrics_v1alpha1_PodMetrics(ref common.ReferenceCallback) c
},
},
"containers": {
VendorExtensible: spec.VendorExtensible{
Extensions: spec.Extensions{
"x-kubernetes-list-type": "atomic",
},
},
SchemaProps: spec.SchemaProps{
Description: "Metrics for all containers are collected within the same time window.",
Type: []string{"array"},
@@ -60226,6 +60231,11 @@ func schema_pkg_apis_metrics_v1beta1_PodMetrics(ref common.ReferenceCallback) co
},
},
"containers": {
VendorExtensible: spec.VendorExtensible{
Extensions: spec.Extensions{
"x-kubernetes-list-type": "atomic",
},
},
SchemaProps: spec.SchemaProps{
Description: "Metrics for all containers are collected within the same time window.",
Type: []string{"array"},