Bump kube-openapi

This commit is contained in:
Dr. Stefan Schimanski
2023-06-26 13:09:30 +02:00
parent 169abcc039
commit 961c1503b5
63 changed files with 502 additions and 132 deletions

View File

@@ -152,7 +152,7 @@ func (o *openAPI) finalizeSwagger() (*spec.Swagger, error) {
}
}
return o.swagger, nil
return deduplicateParameters(o.swagger)
}
func (o *openAPI) buildDefinitionRecursively(name string) error {