Versions in this module Expand all Collapse all v0 v0.1.0 Dec 29, 2021 Changes in this version + const Type + var Assets = func() http.FileSystem { ... }() + func Provision(sshOpts *api.SSHOptions, config *stagedesigner.Config) (*stagedesigner.ProvisionResult, error) + type Stage interface + CreateStage func(*api.Stage) error + DeleteStage func(string, bool, bool) error + GetContainerRuntime func(string) (runtime.ContainerRuntime, error) + GetImageBuilder func(string) (builder.ImageBuilder, error) + GetStage func(string) (*api.GetStageResponse, error) + StartStage func(string) error + StopStage func(string) error