Documentation
¶
Index ¶
Constants ¶
View Source
const ( // StageK8sMultiSync represents the state where // all resources should be synced with the Git state. StageK8sMultiSync string = "K8S_MULTI_SYNC" // StageK8sMultiRollback represents the state where all deployed resources should be rollbacked. StageK8sMultiRollback string = "K8S_MULTI_ROLLBACK" )
Variables ¶
View Source
var AllStages = []string{ StageK8sMultiSync, StageK8sMultiRollback, }
Functions ¶
func BuildPipelineStages ¶
func BuildPipelineStages(input *sdk.BuildPipelineSyncStagesInput) []sdk.PipelineStage
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.