Documentation
¶
Index ¶
Constants ¶
View Source
const (
ScratchEnv string = "SCRATCH_DIR=/scratch"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnhancedExperiment ¶
type EnhancedExperiment struct { *core.Experiment // contains filtered or unexported fields }
EnhancedExperiment supports enhanced interpolation behaviors
func (*EnhancedExperiment) Secret ¶
func (ee *EnhancedExperiment) Secret(key string) (string, error)
Secret returns a value (of type string) for a key. This uses the secret embedded in the enhanced experiment. If the key is absent, an error will be returned. If the value is not a string, an error will be returned.
type Inputs ¶
type Inputs struct { Secret *string `json:"secret" yaml:"secret"` // contains filtered or unexported fields }
Inputs for the run task may contain a secret reference
Click to show internal directories.
Click to hide internal directories.