validation

package
v1.4.13 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2023 License: Apache-2.0 Imports: 7 Imported by: 1

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