configuration

package
v0.7.5-0...-2d5d3a9 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadConfigurationFromFile

func LoadConfigurationFromFile(path string, c *Configuration) error

Types

type CommandFlag

type CommandFlag int
const (
	Create CommandFlag = iota
	Apply
	Replace
	Delete
)

type Configuration

type Configuration struct {
	ApplicationKinds []kinds.ApplicationKind
	ClusterKinds     []kinds.ClusterKind
}

func NewConfigurationFromPath

func NewConfigurationFromPath(path string, ignoreFilters []string) (*Configuration, error)

type GravitywellKind

type GravitywellKind struct {
	APIVersion string `yaml:"APIVersion"`
	Kind       string `yaml:"Kind"`
}

GravitywellKind ...

type Options

type Options struct {
	VCS                string
	TempVCSPath        string
	APIVersion         string
	SSHKeyPath         string
	DryRun             bool
	MaxBackOffDuration time.Duration
	Force              bool
	IgnoreFilter       []string
}

Options ...

Jump to

Keyboard shortcuts

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