Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultAzureRunnerInitScript string = "https://raw.githubusercontent.com/nuonco/runner/refs/heads/main/scripts/aws/init.sh#azure" DefaultAWSRunnerInitScript string = "https://raw.githubusercontent.com/nuonco/runner/refs/heads/main/scripts/aws/init.sh#default" DefaultGCPRunnerInitScript string = "https://raw.githubusercontent.com/nuonco/runner/refs/heads/main/scripts/gcp/init.sh" )
Variables ¶
This section is empty.
Functions ¶
func ApplyInstallStackOverrides ¶ added in v0.19.894
func ApplyInstallStackOverrides(install *app.Install, stackCfg *app.AppStackConfig)
applyInstallStackOverrides applies per-install stack template overrides from the InstallConfig onto the app-level AppStackConfig. Install-level overrides take precedence over app-level defaults. For CustomNestedStacks, entries with the same Name replace the app-level entry; entries with new Names are appended. Original ordering is preserved.
Types ¶
type GenerateInstallStackVersionRequest ¶ added in v0.19.986
type Workflows ¶
type Workflows struct {
// contains filtered or unexported fields
}
func NewWorkflows ¶
func (*Workflows) GenerateInstallStackVersion ¶
func (w *Workflows) GenerateInstallStackVersion(ctx workflow.Context, sreq GenerateInstallStackVersionRequest) error
@temporal-gen-v2 workflow @execution-timeout 5m @task-timeout 1m
Click to show internal directories.
Click to hide internal directories.