config

package
v0.0.0-...-8dd2ca6 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: Apache-2.0 Imports: 0 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 {
	PythonPath                  string           `json:"pythonPath"`
	WorkDir                     string           `json:"workdir"`
	ModulePullPolicy            ModulePullPolicy `json:"modulePullPolicy"`
	OverrideModuleCompatibility bool             `json:"overrideModuleCompatibility"`
}

type ModulePullPolicy

type ModulePullPolicy string
const (
	// ModulePullPolicyAlways means that the module will be pulled for every workflow run.
	ModulePullPolicyAlways ModulePullPolicy = "Always"
	// ModulePullPolicyIfNotPresent means the image will be pulled if the module is not present locally
	ModulePullPolicyIfNotPresent ModulePullPolicy = "IfNotPresent"
)

Jump to

Keyboard shortcuts

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