Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExtraEnvVarExternalCiArtifactKey = "externalCiArtifact" ExtraEnvVarImageDigestKey = "imageDigest" )
View Source
const CDPipelineNotFoundErr = "cd pipeline not found"
View Source
const CiPipelineNotFoundErr = "ci pipeline not found"
View Source
const DefaultPipelineType = CI_BUILD
default PipelineType
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" )
type PipelineType ¶
type PipelineType string
const ( CI_BUILD PipelineType = "CI_BUILD" LINKED PipelineType = "LINKED" EXTERNAL PipelineType = "EXTERNAL" CI_JOB PipelineType = "CI_JOB" LINKED_CD PipelineType = "LINKED_CD" )
func (PipelineType) IsValidPipelineType ¶
func (pType PipelineType) IsValidPipelineType() bool
func (PipelineType) ToString ¶
func (r PipelineType) ToString() string
Click to show internal directories.
Click to hide internal directories.