validation

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2016 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func GetRequiresNamespace added in v0.6.1

func GetRequiresNamespace(obj runtime.Object) (bool, error)

func HasObjectMeta added in v0.6.1

func HasObjectMeta(obj runtime.Object) bool

Types

type RuntimeObjectValidator added in v0.6.1

type RuntimeObjectValidator interface {
	Validate(obj runtime.Object) field.ErrorList
	ValidateUpdate(obj, old runtime.Object) field.ErrorList
}

type RuntimeObjectValidatorInfo added in v0.6.1

type RuntimeObjectValidatorInfo struct {
	Validator     RuntimeObjectValidator
	IsNamespaced  bool
	HasObjectMeta bool
	UpdateAllowed bool
}

type RuntimeObjectsValidator added in v0.6.1

type RuntimeObjectsValidator struct {
	// contains filtered or unexported fields
}

func (*RuntimeObjectsValidator) GetInfo added in v0.6.1

func (*RuntimeObjectsValidator) MustRegister added in v1.1.3

func (v *RuntimeObjectsValidator) MustRegister(obj runtime.Object, validateFunction interface{}, validateUpdateFunction interface{})

func (*RuntimeObjectsValidator) Register added in v0.6.1

func (v *RuntimeObjectsValidator) Register(obj runtime.Object, validateFunction interface{}, validateUpdateFunction interface{}) error

func (*RuntimeObjectsValidator) Validate added in v0.6.1

func (*RuntimeObjectsValidator) ValidateUpdate added in v0.6.1

func (v *RuntimeObjectsValidator) ValidateUpdate(obj, old runtime.Object) field.ErrorList

type WrappingValidator added in v0.6.1

type WrappingValidator struct {
	// contains filtered or unexported fields
}

func NewValidationWrapper added in v0.6.1

func NewValidationWrapper(validateFunction interface{}, validateUpdateFunction interface{}) (*WrappingValidator, error)

func (*WrappingValidator) Validate added in v0.6.1

func (v *WrappingValidator) Validate(obj runtime.Object) field.ErrorList

func (*WrappingValidator) ValidateUpdate added in v0.6.1

func (v *WrappingValidator) ValidateUpdate(obj, old runtime.Object) field.ErrorList

Jump to

Keyboard shortcuts

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