Versions in this module Expand all Collapse all v0 v0.1.1 Jan 2, 2020 v0.1.0 Dec 17, 2019 Changes in this version + type Schema interface + GetMissingEntries func(crInstance interface{}) []SchemaEntry + Validate func(data interface{}) error + func New(crd []byte) (Schema, error) + func NewVersioned(crd []byte, version string) (Schema, error) + type SchemaEntry struct + Path string + Type string