instrumenta / openapi2jsonschema

Convert OpenAPI definitions into JSON schemas for all types in the API
Other
226 stars 87 forks source link

allows number to be a valid quantity type #27

Closed brendanjryan closed 5 years ago

brendanjryan commented 5 years ago

Allows fields of type io.k8s.apimachinery.pkg.api.resource.Quantity" to be of type number

Per https://github.com/instrumenta/kubeval/issues/161

brendanjryan commented 5 years ago

@garethr does this look ok?

It seems like i'm unable to assign you as a code reviewer 🙆‍♂

garethr commented 5 years ago

This looks good. I have a few other global scope changes to make so will get those in then regenerate the published schemas.