Documentation
¶
Index ¶
Constants ¶
View Source
const ( TaskStatusRunning = "Running" TaskStatusSucceed = "Succeeded" TaskStatusFailed = "Failed" )
View Source
const ( TaskTypeUp = "up" TaskTypeStop = "stop" TaskTypeDelete = "delete" )
Variables ¶
View Source
var ( DevPodDebug = "DEVPOD_DEBUG" DevPodFlagsUp = "DEVPOD_FLAGS_UP" DevPodFlagsSsh = "DEVPOD_FLAGS_SSH" DevPodFlagsDelete = "DEVPOD_FLAGS_DELETE" DevPodFlagsStatus = "DEVPOD_FLAGS_STATUS" )
Functions ¶
Types ¶
type CancelFunc ¶
type CancelFunc = func()
type FieldParameter ¶
type FieldParameter struct {
storagev1.AppParameter
StringValue string
BoolValue bool
}
type Message ¶
type Message struct {
Type MessageType `json:"type"`
ExitCode int `json:"exitCode,omitempty"`
Bytes []byte `json:"bytes,omitempty"`
}
type MessageType ¶
type MessageType byte
const ( StdoutData MessageType = 0 StderrData MessageType = 2 ExitCode MessageType = 6 )
type ProjectOption ¶
type ProjectOption = huh.Option[*managementv1.Project]
type TemplateOption ¶
type TemplateOption = huh.Option[*managementv1.DevPodWorkspaceTemplate]
Click to show internal directories.
Click to hide internal directories.