provisioners

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package provisioners TODO

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provisioner

type Provisioner interface {
	InitMessage() string
	UpdateMessage() string
	DestroyMessage() string

	SetTerraformExecutor(tf *tfexec.Terraform)
	TerraformExecutor() (tf *tfexec.Terraform)
	TerraformFiles() []string

	Enterprise() bool

	Prepare() error
	Plan() error
	Update() (string, error)
	Destroy() error

	Box() *packr.Box
}

Provisioner represents a kubernetes terraform provisioner

func Get

Get returns an initialized provisioner

Jump to

Keyboard shortcuts

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