MCPcopy
hub / github.com/argoproj/argo-workflows / Initializer

Interface Initializer

workflow/executor/executor.go:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90type Initializer interface {
91 Init(tmpl wfv1.Template) error
92}
93
94// ContainerRuntimeExecutor is the interface for interacting with a container runtime
95type ContainerRuntimeExecutor interface {

Callers 6

loadArtifactsFunction · 0.65
NewServerCommandFunction · 0.65
NewRootCommandFunction · 0.65
initManagersMethod · 0.65
TestPriorityQueueFunction · 0.65
InitMethod · 0.65

Implementers 6

WorkflowExecutorworkflow/executor/executor.go
emissaryworkflow/executor/emissary/emissary.go
logrSinkworkflow/events/event_recorder_logger.
multiThrottlerworkflow/sync/multi_throttler.go
Throttlerworkflow/sync/mocks/Throttler.go
Throttler_Expecterworkflow/sync/mocks/Throttler.go

Calls

no outgoing calls

Tested by

no test coverage detected