config

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2018 License: Apache-2.0 Imports: 7 Imported by: 12

Documentation

Index

Constants

View Source
const LatestVersion string = v1alpha3.Version

Variables

Versions is an ordered list of all schema versions.

Functions

func GetConfig added in v0.4.0

func GetConfig(contents []byte, useDefault bool) (util.VersionedConfig, error)

Types

type APIVersion added in v0.8.0

type APIVersion struct {
	Version string `yaml:"apiVersion"`
}

type SkaffoldConfig

type SkaffoldConfig = v1alpha3.SkaffoldConfig

SkaffoldConfig references the most recent skaffold config version

func NewConfig added in v0.14.0

func NewConfig() (*SkaffoldConfig, error)

type SkaffoldOptions

type SkaffoldOptions struct {
	ConfigurationFile string
	Cleanup           bool
	Notification      bool
	Tail              bool
	Profiles          []string
	CustomTag         string
	Namespace         string
	Watch             []string
	WatchPollInterval int
}

SkaffoldOptions are options that are set by command line arguments not included in the config file itself

func (*SkaffoldOptions) Labels added in v0.8.0

func (opts *SkaffoldOptions) Labels() map[string]string

Labels returns a map of labels to be applied to all deployed k8s objects during the duration of the run

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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