Skip to content
Snippets Groups Projects
Commit d6acd622 authored by Alex Clemmer's avatar Alex Clemmer
Browse files

Validate app, parts, and registry schemas on deserialization


Dependencies in a ksonnet application are installed from collections of
packages called registries. In order to be precise about which packages
an app depends on, and where they are from, we have an API that
specifies each of these nouns.

Unfortunately, we never hooked up code to verify the versions of these
specifications as we deserialize them.

This commit will correct that.

Signed-off-by: default avatarAlex Clemmer <clemmer.alexander@gmail.com>
parent 8870eb3b
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment