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
Variables ¶
View Source
var ( // ErrNoSuggestionFound error not found ErrNoSuggestionFound = fmt.Errorf("no suggestions found") )
Functions ¶
func ErrorCodeFromError ¶ added in v1.8.0
func ErrorCodeFromError(phase Phase, _ error) proto.StatusCode
func ShowAIError ¶
func ShowAIError(err error, opts config.SkaffoldOptions) error
Types ¶
Click to show internal directories.
Click to hide internal directories.