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" )
Click to show internal directories.
Click to hide internal directories.