Documentation
¶
Index ¶
Constants ¶
View Source
const ( INSTANCESTATE_CREATING = "Creating" INSTANCESTATE_WAITING_FOR_RESOURCES = "WaitingForResources" INSTANCESTATE_UPDATING = "Updating" INSTANCESTATE_DELETING = "Deleting" INSTANCESTATE_READY = "Ready" INSTANCESTATE_ERROR = "Error" )
Variables ¶
This section is empty.
Functions ¶
func CreateGitInstanceWaitHandler ¶
func CreateGitInstanceWaitHandler(ctx context.Context, a git.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
func DeleteGitInstanceWaitHandler ¶
func DeleteGitInstanceWaitHandler(ctx context.Context, a git.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[git.Instance]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.