deployment

package
v0.0.0-...-2b6d021 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2023 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewProvisioner

func NewProvisioner(yml []byte) providers.Provider

NewProvisioner initializes a provisioner with defaults

Types

type Config

type Config struct {
}

Config holds allowed values for an implemented resource provider. Any value outside of this config is unable to be modified during an experiment

type Provisioner

type Provisioner struct {
	// Config holds our internal configuration options
	// for the instance of the provisioner
	Config Config

	// RemoteConfig identifies the remote config
	RemoteConfig string
}

Provisioner implements an k8s/deployment provisioner

func (*Provisioner) Annotate

func (p *Provisioner) Annotate(id string, l labels.Labels) error

Annotate should implement applying labels or tags for a given resource type

func (*Provisioner) Apply

func (p *Provisioner) Apply() error

Apply runs the provisioner end to end, so calls read and clone

func (*Provisioner) AwaitReadiness

func (p *Provisioner) AwaitReadiness() chan error

AwaitReadiness should be implemented to detect when a provisioner has finished setting up a variant and can begin using it in an experiment

func (*Provisioner) Cancel

func (p *Provisioner) Cancel() error

Cancel will abort and running or submitted provisioner

func (*Provisioner) Clone

func (p *Provisioner) Clone() error

Clone creates a modified variant

func (*Provisioner) ProbeReadiness

func (p *Provisioner) ProbeReadiness() (bool, error)

ProbeReadiness checks that the provisioned resource is available and ready to be included in a live experiment

func (*Provisioner) Read

func (p *Provisioner) Read() error

Read fetches and stores the configuration for an existing deployment instance. What is read of the existing resource acts as the template/configuration to implement a clone via creating a new resource with the existing output as input for a variant

func (*Provisioner) Select

func (p *Provisioner) Select() (target.Selection, error)

Select is similar to Read yet copies a selection of resources based on the Target configuration

func (*Provisioner) Stop

func (p *Provisioner) Stop() error

Stop will stop any running provisioner

func (*Provisioner) Teardown

func (p *Provisioner) Teardown() error

Teardown eradicates any resource that“ has been provisioned as part of a variant

Jump to

Keyboard shortcuts

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