updated schema to fix port merging issue

This commit is contained in:
Natasha Sarkar
2020-10-06 14:30:30 -07:00
parent 68f67c183e
commit ad01d8d34e
5 changed files with 8 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ func openapiKustomizationapiSwaggerJson() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "openapi/kustomizationapi/swagger.json", size: 3127, mode: os.FileMode(420), modTime: time.Unix(1586909905, 0)}
info := bindataFileInfo{name: "openapi/kustomizationapi/swagger.json", size: 3127, mode: os.FileMode(420), modTime: time.Unix(1602011464, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}