wait

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: May 27, 2026 License: Apache-2.0 Imports: 6 Imported by: 1

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
	ZONESTATE_CREATING = dns.ZONESTATE_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
	ZONESTATE_CREATE_SUCCEEDED = dns.ZONESTATE_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
	ZONESTATE_CREATE_FAILED = dns.ZONESTATE_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
	ZONESTATE_DELETING = dns.ZONESTATE_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
	ZONESTATE_DELETE_SUCCEEDED = dns.ZONESTATE_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
	ZONESTATE_DELETE_FAILED = dns.ZONESTATE_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
	ZONESTATE_UPDATING = dns.ZONESTATE_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
	ZONESTATE_UPDATE_SUCCEEDED = dns.ZONESTATE_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
	ZONESTATE_UPDATE_FAILED = dns.ZONESTATE_UPDATE_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
	RECORDSETSTATE_CREATING = dns.RECORDSETSTATE_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
	RECORDSETSTATE_CREATE_SUCCEEDED = dns.RECORDSETSTATE_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
	RECORDSETSTATE_CREATE_FAILED = dns.RECORDSETSTATE_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
	RECORDSETSTATE_DELETING = dns.RECORDSETSTATE_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
	RECORDSETSTATE_DELETE_SUCCEEDED = dns.RECORDSETSTATE_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
	RECORDSETSTATE_DELETE_FAILED = dns.RECORDSETSTATE_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
	RECORDSETSTATE_UPDATING = dns.RECORDSETSTATE_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
	RECORDSETSTATE_UPDATE_SUCCEEDED = dns.RECORDSETSTATE_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
	RECORDSETSTATE_UPDATE_FAILED = dns.RECORDSETSTATE_CREATE_FAILED
)

Variables

This section is empty.

Functions

func CreateRecordSetWaitHandler

func CreateRecordSetWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId, rrSetId string) *wait.AsyncActionHandler[dns.RecordSetResponse]

CreateRecordSetWaitHandler will wait for recordset creation

func CreateZoneWaitHandler

func CreateZoneWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[dns.ZoneResponse]

CreateZoneWaitHandler will wait for zone creation

func DeleteRecordSetWaitHandler

func DeleteRecordSetWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId, rrSetId string) *wait.AsyncActionHandler[dns.RecordSetResponse]

DeleteRecordSetWaitHandler will wait for deletion returned interface is nil or *RecordSetResponse

func DeleteZoneWaitHandler

func DeleteZoneWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[dns.ZoneResponse]

DeleteZoneWaitHandler will wait for zone deletion returned interface is nil or *ZoneResponseZone

func PartialUpdateRecordSetWaitHandler

func PartialUpdateRecordSetWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId, rrSetId string) *wait.AsyncActionHandler[dns.RecordSetResponse]

PartialUpdateRecordSetWaitHandler will wait for recordset update

func PartialUpdateZoneWaitHandler

func PartialUpdateZoneWaitHandler(ctx context.Context, a dns.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[dns.ZoneResponse]

PartialUpdateZoneWaitHandler will wait for zone update

Types

This section is empty.

Jump to

Keyboard shortcuts

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