wait

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	GETINSTANCERESPONSESTATUS_CREATING = observability.STATUS_CREATING
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	GETINSTANCERESPONSESTATUS_CREATE_SUCCEEDED = observability.STATUS_CREATE_SUCCEEDED
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	GETINSTANCERESPONSESTATUS_CREATE_FAILED = observability.STATUS_CREATE_FAILED
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	GETINSTANCERESPONSESTATUS_DELETING = observability.STATUS_DELETING
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	GETINSTANCERESPONSESTATUS_DELETE_SUCCEEDED = observability.STATUS_DELETE_SUCCEEDED
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	GETINSTANCERESPONSESTATUS_DELETE_FAILED = observability.STATUS_DELETE_FAILED
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	GETINSTANCERESPONSESTATUS_UPDATING = observability.STATUS_UPDATING
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	GETINSTANCERESPONSESTATUS_UPDATE_SUCCEEDED = observability.STATUS_UPDATE_SUCCEEDED
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	GETINSTANCERESPONSESTATUS_UPDATE_FAILED = observability.STATUS_UPDATE_FAILED
)

Variables

This section is empty.

Functions

func CreateInstanceWaitHandler

func CreateInstanceWaitHandler(ctx context.Context, a observability.DefaultAPI, instanceId, projectId string) *wait.AsyncActionHandler[observability.GetInstanceResponse]

CreateInstanceWaitHandler will wait for instance creation

func CreateScrapeConfigWaitHandler

func CreateScrapeConfigWaitHandler(ctx context.Context, a observability.DefaultAPI, instanceId, jobName, projectId string) *wait.AsyncActionHandler[observability.ListScrapeConfigsResponse]

CreateScrapeConfigWaitHandler will wait for scrape config creation

func DeleteInstanceWaitHandler

func DeleteInstanceWaitHandler(ctx context.Context, a observability.DefaultAPI, instanceId, projectId string) *wait.AsyncActionHandler[observability.GetInstanceResponse]

DeleteInstanceWaitHandler will wait for instance deletion

func DeleteScrapeConfigWaitHandler

func DeleteScrapeConfigWaitHandler(ctx context.Context, a observability.DefaultAPI, instanceId, jobName, projectId string) *wait.AsyncActionHandler[observability.ListScrapeConfigsResponse]

DeleteScrapeConfigWaitHandler will wait for scrape config deletion

func UpdateInstanceWaitHandler

func UpdateInstanceWaitHandler(ctx context.Context, a observability.DefaultAPI, instanceId, projectId string) *wait.AsyncActionHandler[observability.GetInstanceResponse]

UpdateInstanceWaitHandler will wait for instance update

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL