provider

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2019 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ApplicationKey key for application in map
	ApplicationKey = "application"
)
View Source
const (
	// PipelineKey key for pipeline in map
	PipelineKey = "pipeline"
)

Variables

View Source
var (

	// ErrMissingPipelineName missing pipeline name
	ErrMissingPipelineName = errors.New("pipeline name must be provided")

	// ErrMissingPipelineApplication missing pipeline application
	ErrMissingPipelineApplication = errors.New("pipeline application must be provided")
)
View Source
var ErrNotificationNotFound = errors.New("Could not find notification")

ErrNotificationNotFound notification not found

Functions

func Provider

func Provider() terraform.ResourceProvider

Provider for terraform

Types

type Services

type Services struct {
	Config              *client.Config
	ApplicationService  *client.ApplicationService
	CanaryConfigService *client.CanaryConfigService
	PipelineService     *client.PipelineService
}

Services used by provider

Source Files

Jump to

Keyboard shortcuts

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