Documentation
¶
Index ¶
Constants ¶
View Source
const CDPipelineNotFoundErr = "cd pipeline not found"
View Source
const CiPipelineNotFoundErr = "ci pipeline not found"
View Source
const CiRunnerWorkingDir = "/devtroncd"
View Source
const DefaultCiWorkflowNamespace = "devtron-ci"
View Source
const FORCE_ABORT_MESSAGE_AFTER_STARTING_STAGE = "workflow shutdown with strategy: Force Abort"
View Source
const POD_TIMEOUT_MESSAGE = "Pod was active on the node longer than the specified deadline"
View Source
const Running = "Running"
View Source
const Starting = "Starting"
View Source
const TERMINATE_MESSAGE = "workflow shutdown with strategy: Terminate"
View Source
const (
UNIQUE_DEPLOYMENT_APP_NAME = "unique_deployment_app_name"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatchPipelineActionResponse ¶
type PatchPipelineActionResponse string
const ( PATCH_PIPELINE_ACTION_CREATED PatchPipelineActionResponse = "created" PATCH_PIPELINE_ACTION_UPDATED PatchPipelineActionResponse = "updated" PATCH_PIPELINE_ACTION_DELETED PatchPipelineActionResponse = "deleted" PATCH_PIPELINE_ACTION_IGNORED PatchPipelineActionResponse = "ignored" PATCH_PIPELINE_ACTION_ERRORED PatchPipelineActionResponse = "errored" PATCH_PIPELINE_ACTION_NOT_APPLICABLE PatchPipelineActionResponse = "N/A" )
Click to show internal directories.
Click to hide internal directories.