handler

package
v0.0.0-...-8a8b58e Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2018 License: Apache-2.0 Imports: 5 Imported by: 6

Documentation

Index

Constants

View Source
const (
	TerraformHandlerType   = "Terraform"
	ARMTemplateHandlerType = "AzureRMTemplate"
)

Variables

This section is empty.

Functions

func ToOutputsOpsFile

func ToOutputsOpsFile(outputs Outputs) (string, error)

Types

type InputGenerator

type InputGenerator interface {
	GenerateInput(artifacts.Manifest, storage.State) (map[string]interface{}, error)
	Credentials(state storage.State) map[string]string
}

type Manager

type Manager interface {
	Setup(manifest artifacts.Manifest, kunlunState storage.State) error
	Apply(kunlunState storage.State) (storage.State, error)
	GetOutputs() (Outputs, error)
}

type Outputs

type Outputs interface {
	Keys() []string
	GetString(key string) string
	GetStringSlice(key string) []string
	GetStringMap(key string) map[string]string
}

type TemplateGenerator

type TemplateGenerator interface {
	GenerateTemplate(artifacts.Manifest, storage.State) string
}

Jump to

Keyboard shortcuts

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