Documentation
¶
Index ¶
Constants ¶
View Source
const Type pluginType = "stage"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stage ¶
type Stage interface {
dodo.Plugin
GetStage(string) (*api.GetStageResponse, error)
CreateStage(*api.Stage) error
DeleteStage(string, bool, bool) error
StartStage(string) error
StopStage(string) error
ProvisionStage(string) error
GetContainerRuntime(string) (runtime.ContainerRuntime, error)
GetImageBuilder(string) (builder.ImageBuilder, error)
}
Click to show internal directories.
Click to hide internal directories.