Skip to content

Commit

Permalink
Merge pull request kubevirt#1627 from rmohr/improve-validation
Browse files Browse the repository at this point in the history
Reject unknown fields and enforce mandatory memory
  • Loading branch information
Artyom Lukianov authored Oct 25, 2018
2 parents 6b4443c + 8d57553 commit c091ee4
Show file tree
Hide file tree
Showing 942 changed files with 248,508 additions and 2,265 deletions.
826 changes: 807 additions & 19 deletions api/openapi-spec/swagger.json

Large diffs are not rendered by default.

25 changes: 23 additions & 2 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@ import:
- package: github.com/emicklei/go-restful-openapi
version: 7712e8a6e8096e7103b96a400519d38fb1e348f8
- package: github.com/go-openapi/spec
version: v0.17.0
- package: github.com/go-openapi/validate
version: v0.17.0
- package: github.com/go-openapi/errors
version: v0.17.0
- package: github.com/go-openapi/analysis
version: v0.17.0
- package: github.com/go-openapi/strfmt
version: v0.17.0
- package: github.com/go-openapi/loads
version: v0.17.0
- package: github.com/go-openapi/runtime
version: v0.17.0
- package: github.com/emicklei/go-restful-swagger12
- package: github.com/vishvananda/netlink
version: d35d6b58e1cb692b27b94fc403170bf44058ac3e
Expand Down
Loading

0 comments on commit c091ee4

Please sign in to comment.