validation

package
v0.0.0-...-5f1e80b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Schema

type Schema interface {
	GetMissingEntries(crInstance interface{}) []SchemaEntry
	Validate(data interface{}) error
}

func New

func New(crd []byte) (Schema, error)

func NewVersioned

func NewVersioned(crd []byte, version string) (Schema, error)

type SchemaEntry

type SchemaEntry struct {
	Path string
	Type string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL