Documentation
¶
Index ¶
- Constants
- func CreateInstanceWaitHandler(ctx context.Context, a observability.DefaultAPI, instanceId, projectId string) *wait.AsyncActionHandler[observability.GetInstanceResponse]
- func CreateScrapeConfigWaitHandler(ctx context.Context, a observability.DefaultAPI, ...) *wait.AsyncActionHandler[observability.ListScrapeConfigsResponse]
- func DeleteInstanceWaitHandler(ctx context.Context, a observability.DefaultAPI, instanceId, projectId string) *wait.AsyncActionHandler[observability.GetInstanceResponse]
- func DeleteScrapeConfigWaitHandler(ctx context.Context, a observability.DefaultAPI, ...) *wait.AsyncActionHandler[observability.ListScrapeConfigsResponse]
- func UpdateInstanceWaitHandler(ctx context.Context, a observability.DefaultAPI, instanceId, projectId string) *wait.AsyncActionHandler[observability.GetInstanceResponse]
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.
Click to show internal directories.
Click to hide internal directories.