deploy

package
v0.0.0-...-8540621 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Workload

type Workload interface {
	Name() string
	Prepare() error
	Start(*cluster.Context) error
	WaitForHealthCheck(context.Context, *cluster.Context, *experimentpb.ClusterSpec) error
	Close() error
}

Workload is the interface for workloads that get deployed to the experiment cluster.

func NewWorkload

func NewWorkload(pxCtx *pixie.Context, containerRegistryRepo string, spec *experimentpb.WorkloadSpec) (Workload, error)

NewWorkload creates a new Workload capable of deploying according to the spec given.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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