executor

package
v0.0.0-...-e39d724 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Environment         ocm.Environment
	ClusterID           string
	CloudProviderID     string
	CloudProviderRegion string
	PassthruSecrets     map[string]string
	Timeout             time.Duration
	OutputDir           string
	CCS                 bool
	SkipCleanup         bool
	RestConfig          *rest.Config
}

type Executor

type Executor struct {
	// contains filtered or unexported fields
}

func New

func New(logger logr.Logger, cfg *Config) (*Executor, error)

New sets up a new executor to run a given test suite image

func (*Executor) Execute

func (e *Executor) Execute(ctx context.Context, image string) (*testResults, error)

Jump to

Keyboard shortcuts

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