manifest

package
v6.4.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2020 License: Apache-2.0 Imports: 10 Imported by: 228

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manifest

type Manifest struct {
	Releases []boshman.ReleaseRef
}

func (Manifest) FindByName

func (d Manifest) FindByName(name string) (boshman.ReleaseRef, bool)

func (Manifest) ReleasesByName

func (d Manifest) ReleasesByName() map[string]boshman.ReleaseRef

type Parser

type Parser interface {
	Parse(string, boshtpl.Variables, patch.Op) (Manifest, error)
}

func NewParser

func NewParser(fs boshsys.FileSystem, logger boshlog.Logger, validator Validator) Parser

type Validator

type Validator interface {
	Validate(Manifest) error
}

func NewValidator

func NewValidator(logger boshlog.Logger) Validator

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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