MCPcopy
hub / github.com/kptdev/kpt / Pipeline

Interface Pipeline

internal/cmdexport/orchestrators/pipeline.go:22–25  ·  view source on GitHub ↗

Pipeline is an abstraction of different workflow orchestrators.

Source from the content-addressed store, hash-verified

20
21// Pipeline is an abstraction of different workflow orchestrators.
22type Pipeline interface {
23 Init(config *types.PipelineConfig) Pipeline
24 Generate() (out []byte, err error)
25}

Callers 13

runEMethod · 0.65
InitMethod · 0.65
InitMethod · 0.65
InitMethod · 0.65
TestPipelineFunction · 0.65
InitMethod · 0.65
TestTektonTaskFunction · 0.65
TestCircleCIOrbFunction · 0.65
runEMethod · 0.65
InitMethod · 0.65
TestPipelineFunction · 0.65
GenerateMethod · 0.65

Implementers 9

CircleCIinternal/cmdexport/orchestrators/circl
Jenkinsinternal/cmdexport/orchestrators/jenki
JenkinsStageinternal/cmdexport/orchestrators/jenki
JenkinsStageStepinternal/cmdexport/orchestrators/jenki
TektonPipelineinternal/cmdexport/orchestrators/tekto
TektonTaskinternal/cmdexport/orchestrators/tekto
GitHubActionsinternal/cmdexport/orchestrators/githu
GitLabCIinternal/cmdexport/orchestrators/gitla
CloudBuildinternal/cmdexport/orchestrators/cloud

Calls

no outgoing calls

Tested by

no test coverage detected