bogie

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2017 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationInput

type ApplicationInput struct {
	Name         string
	Env          string
	Templates    string
	Values       []string
	OverrideVars []string `yaml:"override_vars"`
}

type Bogie

type Bogie struct {
	RDelim            string
	LDelim            string
	EnvFile           string              `yaml:"env_file"`
	OutFile           string              `yaml:"out_file"`
	OutPath           string              `yaml:"out_path"`
	OutFormat         string              `yaml:"out_format"`
	ApplicationInputs []*ApplicationInput `yaml:"applications"`
	Rules             *ignore.Rules
	SkipImageLookup   bool   `yaml:"skip_image_lookup"`
	AppRegex          string `yaml:"app_regex"`
}

func (*Bogie) InitRules

func (b *Bogie) InitRules()

func (*Bogie) Run

func (b *Bogie) Run() error

Jump to

Keyboard shortcuts

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