crd

package module
v0.0.0-...-68cdbb2 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SplitString

func SplitString(yamlText string) []string

SplitString splits the given yaml doc if it's multipart document.

Types

type Validator

type Validator struct {

	// If enabled, resources without a validator will be ignored. Otherwise, they will fail.
	SkipMissing bool
	// contains filtered or unexported fields
}

Validator returns a new validator for custom resources Warning: this is meant for usage in tests only

func NewIstioValidator

func NewIstioValidator(t *testing.T) *Validator

func NewValidatorFromCRDs

func NewValidatorFromCRDs(crds ...apiextensions.CustomResourceDefinition) (*Validator, error)

func NewValidatorFromFiles

func NewValidatorFromFiles(files ...string) (*Validator, error)

func (*Validator) ValidateCustomResource

func (v *Validator) ValidateCustomResource(o runtime.Object) error

Jump to

Keyboard shortcuts

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