Documentation
¶
Index ¶
Constants ¶
View Source
const ( CommandApply = "apply" CommandPrepare = "prepare" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PlannedRuntimeVar ¶
type Report ¶
type Report struct {
Command string `json:"command"`
WorkflowPath string `json:"workflowPath"`
SelectedPhase string `json:"selectedPhase,omitempty"`
StatePath string `json:"statePath,omitempty"`
Vars map[string]any `json:"vars"`
Context map[string]any `json:"context"`
Runtime RuntimeReport `json:"runtime"`
}
type RuntimeReport ¶
type RuntimeReport struct {
Initial map[string]any `json:"initial"`
Planned []PlannedRuntimeVar `json:"planned"`
}
Click to show internal directories.
Click to hide internal directories.