Documentation
¶
Index ¶
- Constants
- func CreateCredentialsWaitHandler(ctx context.Context, a redis.DefaultAPI, ...) *wait.AsyncActionHandler[redis.CredentialsResponse]
- func CreateInstanceWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[redis.Instance]
- func DeleteCredentialsWaitHandler(ctx context.Context, a redis.DefaultAPI, ...) *wait.AsyncActionHandler[struct{}]
- func DeleteInstanceWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[struct{}]
- func PartialUpdateInstanceWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[redis.Instance]
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 INSTANCESTATUS_ACTIVE = redis.INSTANCESTATUS_ACTIVE // 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 INSTANCESTATUS_FAILED = redis.INSTANCESTATUS_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 INSTANCESTATUS_STOPPED = redis.INSTANCESTATUS_STOPPED // 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 INSTANCESTATUS_CREATING = redis.INSTANCESTATUS_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 INSTANCESTATUS_DELETING = redis.INSTANCESTATUS_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 INSTANCESTATUS_UPDATING = redis.INSTANCESTATUS_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 INSTANCELASTOPERATIONTYPE_CREATE = redis.INSTANCELASTOPERATIONTYPE_CREATE // 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 INSTANCELASTOPERATIONTYPE_UPDATE = redis.INSTANCELASTOPERATIONTYPE_UPDATE // 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 INSTANCELASTOPERATIONTYPE_DELETE = redis.INSTANCELASTOPERATIONTYPE_DELETE )
Variables ¶
This section is empty.
Functions ¶
func CreateCredentialsWaitHandler ¶
func CreateCredentialsWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId, credentialsId string) *wait.AsyncActionHandler[redis.CredentialsResponse]
CreateCredentialsWaitHandler will wait for credentials creation
func CreateInstanceWaitHandler ¶
func CreateInstanceWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[redis.Instance]
CreateInstanceWaitHandler will wait for instance creation
func DeleteCredentialsWaitHandler ¶
func DeleteCredentialsWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId, credentialsId string) *wait.AsyncActionHandler[struct{}]
DeleteCredentialsWaitHandler will wait for credentials deletion
func DeleteInstanceWaitHandler ¶
func DeleteInstanceWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[struct{}]
DeleteInstanceWaitHandler will wait for instance deletion
func PartialUpdateInstanceWaitHandler ¶
func PartialUpdateInstanceWaitHandler(ctx context.Context, a redis.DefaultAPI, projectId, instanceId string) *wait.AsyncActionHandler[redis.Instance]
PartialUpdateInstanceWaitHandler will wait for instance update
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.