config

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2019 License: Apache-2.0 Imports: 2 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Output added in v0.23.0

type Output struct {
	Main io.Writer
	Logs io.Writer
}

Output defines which zones on the screen to print to

type SkaffoldOptions

type SkaffoldOptions struct {
	ConfigurationFile string
	Cleanup           bool
	Notification      bool
	Tail              bool
	TailDev           bool
	PortForward       bool
	SkipTests         bool
	CacheArtifacts    bool
	ExperimentalGUI   bool
	EnableRPC         bool
	Profiles          []string
	CustomTag         string
	Namespace         string
	CacheFile         string
	TargetImages      []string
	Trigger           string
	CustomLabels      []string
	WatchPollInterval int
	DefaultRepo       string
	PreBuiltImages    []string
	Command           string
	RPCPort           int
	RPCHTTPPort       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

Jump to

Keyboard shortcuts

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