Documentation
¶
Index ¶
Constants ¶
View Source
const (
ARGOCD_SYNC_ERROR = "error in syncing argoCD app"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentType ¶
type DeploymentType = string
const ( Helm DeploymentType = "helm" ArgoCd DeploymentType = "argo_cd" ManifestDownload DeploymentType = "manifest_download" GitOpsWithoutDeployment DeploymentType = "git_ops_without_deployment" )
type TriggerContext ¶
type TriggerEvent ¶
type TriggerRequest ¶
type TriggerRequest struct { CdWf *pipelineConfig.CdWorkflow Pipeline *pipelineConfig.Pipeline Artifact *repository.CiArtifact ApplyAuth bool TriggeredBy int32 RefCdWorkflowRunnerId int TriggerContext }
Click to show internal directories.
Click to hide internal directories.