up

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2020 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Up

type Up struct {
	Answers            string   `desc:"Set answer file"`
	Branch             string   `desc:"Set branch when pointing stack to git repo" default:"master"`
	BuildCloneSecret   string   `desc:"Set git clone secret name"`
	BuildWebhookSecret string   `desc:"Set GitHub webhook secret name"`
	BuildTag           bool     `desc:"Enable builds on any new tags instead of new commits on a branch, requires webhook, does not support polling"`
	BuildTagInclude    string   `desc:"Pattern that tags must match"`
	BuildTagExclude    string   `desc:"Pattern that excludes tags"`
	PushRegistrySecret string   `desc:"Set secret for pushing to custom registry"`
	F_File             string   `desc:"Set rio file"`
	N_Name             string   `desc:"Set stack name, defaults to current directory name"`
	P_Parallel         bool     `desc:"Run builds in parallel"`
	Permission         []string `desc:"Permissions to grant to container's service account in current namespace"`
	Revision           string   `desc:"Use a specific commit hash"`
}

func (*Up) Run

func (u *Up) Run(c *clicontext.CLIContext) error

Jump to

Keyboard shortcuts

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