Documentation
¶
Index ¶
Constants ¶
View Source
const (
ResultLocation = "/var/run/devpod/result.json"
)
Variables ¶
This section is empty.
Functions ¶
func RunLifecycleHooks ¶
func SetupContainer ¶
func SetupContainer(ctx context.Context, cfg *ContainerSetupConfig) error
Types ¶
type ContainerSetupConfig ¶ added in v0.14.4
type ContainerSetupConfig struct {
SetupInfo *config.Result
ExtraWorkspaceEnv []string
ChownProjects bool
PlatformOptions *devpod.PlatformOptions
TunnelClient tunnel.TunnelClient
Log log.Logger
}
Click to show internal directories.
Click to hide internal directories.