Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Condition ¶
type Condition struct {
Result string
}
Condition hold context information gathered during an updatecli run that are specific to a condition resource
type Context ¶
type Context struct { Name string PipelineID string // PipelineID allows to identify a full pipeline run, this value is propagated into each target if not defined at that level Title string // Title is used for the full pipelin Sources map[string]Source Conditions map[string]Condition Targets map[string]Target SourcesStageReport []reports.Stage ConditionsStageReport []reports.Stage TargetsStageReport []reports.Stage Config *config.Config }
Context contains every context information gathered during an updatecli run
Click to show internal directories.
Click to hide internal directories.