manifest

package
v0.0.5-pre.1 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2023 License: GPL-3.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 Manifest

type Manifest struct {
	Version     int64                `yaml:"version"`
	Environment string               `yaml:"environment"`
	FilePath    string               `yaml:"-"`
	Set         string               `yaml:"set"`
	Workloads   []*workload.Workload `yaml:"workloads"`
}

func LoadManifest

func LoadManifest(filePath string) (Manifest, error)

func (*Manifest) PrintHeader

func (m *Manifest) PrintHeader()

func (*Manifest) PrintWorkloadsSummary

func (m *Manifest) PrintWorkloadsSummary()

func (*Manifest) Save

func (m *Manifest) Save() error

Jump to

Keyboard shortcuts

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