mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
openapi parsing performance improvement with protobuffer (#4568)
* update necessary dependencies * update openapi test structure * remove old swagger files and generate new ones * use protobuffer to parse openapi for performance improvement
This commit is contained in:
@@ -1551,7 +1551,7 @@ func TestValidateAgainstSchema(t *testing.T) {
|
||||
},
|
||||
},
|
||||
shouldValidate: false,
|
||||
expectedErrorMsg: "foo in body must be of type integer",
|
||||
expectedErrorMsg: "foo[2] in body must be of type integer",
|
||||
},
|
||||
{
|
||||
name: "all values should satisfy type string",
|
||||
|
||||
Reference in New Issue
Block a user