Documentation ¶
Index ¶
Constants ¶
View Source
const ( Build = Phase("Build") Deploy = Phase("Deploy") StatusCheck = Phase("StatusCheck") FileSync = Phase("FileSync") DevInit = Phase("DevInit") Cleanup = Phase("Cleanup") )
These are phases in a DevLoop
View Source
const (
PushImageErrPrefix = "could not push image"
)
Variables ¶
View Source
var ( // ErrNoSuggestionFound error not found ErrNoSuggestionFound = fmt.Errorf("no suggestions found") )
Functions ¶
func ActionableErr ¶
func ActionableErr(phase Phase, err error) *proto.ActionableErr
ActionableErr returns an actionable error message with suggestions
func SetSkaffoldOptions ¶
func SetSkaffoldOptions(opts config.SkaffoldOptions)
SetSkaffoldOptions set Skaffold config options once. These options are used later to suggest actionable error messages based on skaffold run context
func ShowAIError ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.