constants

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL