validator

package
v0.9.1-beta2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config func(*Validator)

func WithExternalSecretsRule

func WithExternalSecretsRule() Config

func WithRelativePathRule

func WithRelativePathRule() Config

type Opt

type Opt func(c *Validator) error

type ValidationCallback

type ValidationCallback func(string, string, interface{})

type ValidationError

type ValidationError struct {
	Errors []error
}

func (ValidationError) Error

func (v ValidationError) Error() string

type Validator

type Validator struct {
	Rules []rules.Rule
	// contains filtered or unexported fields
}

func NewValidator

func NewValidator(opts ...Config) Validator

func NewValidatorWithDefaults

func NewValidatorWithDefaults() Validator

func (*Validator) Validate

func (v *Validator) Validate(composeFile string) error

Validate validates the compose file, it returns an error if it can't parse the compose file or a ValidationError that contains all the validation errors (if any), nil otherwise

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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