Harold Ozouf
Harold Ozouf
When translating v2 spec into v3, the `openapi2.Response.examples` property is not converted into `openapi3.Response.Content[mime].Examples`. Reproducible test case: ```go func TestToV3Response_Examples(t *testing.T) { got, err := openapi2conv.ToV3Response(&openapi2.Response{ Description: "my response", Schema:...
This PR fixes the generated OpenAPI spec document to be v2.0 compliant. The most important changes are the removal of the deprecated/non-standard SmartAPI fields `responsibleOrganization` and `responsibleDeveloper`. And the removal...
### What does this PR do? This PR adds the `deletecollection` right on Secrets. ### Motivation The goal is to allow Traefik Hub controller to delete Secrets more efficiently when...