Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCommandOutput ¶
func CreateCommandOutput(dir types.CompileDir) (*types.CommandOutputFiles, error)
func ResolveTemplatePath ¶
Types ¶
type NamespacedRun ¶
type Runner ¶
type Runner interface { Setup(ctx context.Context, namespace types.Namespace, imageName sharedTypes.ImageName) (*time.Time, error) Run(ctx context.Context, namespace types.Namespace, options *types.CommandOptions) (types.ExitCode, error) Stop(namespace types.Namespace) error Resolve(path string, namespace types.Namespace) (sharedTypes.PathName, error) }
Click to show internal directories.
Click to hide internal directories.