plan

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// DefaultHistoryOptions provides the default options for plan history
	DefaultHistoryOptions = &Options{}
)

Functions

func RunHistory added in v0.6.0

func RunHistory(cmd *cobra.Command, options *Options, settings *env.Settings) error

RunHistory runs the plan history command

func RunTrigger added in v0.11.0

func RunTrigger(options *TriggerOptions, settings *env.Settings) error

RunTrigger triggers a plan execution

func Status added in v0.9.0

func Status(options *StatusOptions, settings *env.Settings) error

Status runs the plan status command

Types

type Options added in v0.6.0

type Options struct {
	Instance string
}

Options are the configurable options for plans

type StatusOptions added in v0.16.0

type StatusOptions struct {
	Out      io.Writer
	Instance string
	Wait     bool
	Output   output.Type
}

Options are the configurable options for plans

type TriggerOptions added in v0.11.0

type TriggerOptions struct {
	Plan     string
	Instance string
	Wait     bool
	WaitTime int64
}

Jump to

Keyboard shortcuts

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