Documentation ¶
Index ¶
Constants ¶
View Source
const ( OutputKubeconfig = "kubeconfig" OutputSSHKey = "sshKey" )
TODO: make configurable
Variables ¶
View Source
var ( ErrPulumiNotInPath = errors.New("pulumi executable not found in $PATH") )
View Source
var ErrInvalidConfig = errors.New("invalid config")
Functions ¶
func EnsureEnvironment ¶
Types ¶
type GlobalOptions ¶
func (*GlobalOptions) Validate ¶
func (o *GlobalOptions) Validate() error
type Manager ¶
type Manager struct { Options GlobalOptions Logger *log.Logger }
func (*Manager) FetchOutput ¶
FetchOutput gets an output from the current stack. The available outputs are defined as consts.
Click to show internal directories.
Click to hide internal directories.