Documentation
¶
Index ¶
- func CloneInstanceWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, ...) *wait.AsyncActionHandler[postgresflex.GetInstanceResponse]
- func CreateInstanceWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, ...) *wait.AsyncActionHandler[postgresflex.GetInstanceResponse]
- func CreateUserWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, ...) *wait.AsyncActionHandler[postgresflex.GetUserResponse]
- func DeleteInstanceWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, ...) *wait.AsyncActionHandler[postgresflex.GetInstanceResponse]
- func DeleteUserWaitHandler(ctx context.Context, a postgresflex.DefaultAPI, ...) *wait.AsyncActionHandler[struct{}]
- func PartialUpdateInstanceWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, ...) *wait.AsyncActionHandler[postgresflex.GetInstanceResponse]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneInstanceWaitHandler ¶
func CloneInstanceWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, projectId, region, instanceId string) *wait.AsyncActionHandler[postgresflex.GetInstanceResponse]
CloneInstanceWaitHandler will wait for instance cloning
func CreateInstanceWaitHandler ¶
func CreateInstanceWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, projectId, region, instanceId string) *wait.AsyncActionHandler[postgresflex.GetInstanceResponse]
CreateInstanceWaitHandler will wait for instance creation
func CreateUserWaitHandler ¶
func CreateUserWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, projectId, region, instanceId string, userId int64) *wait.AsyncActionHandler[postgresflex.GetUserResponse]
CreateUserWaitHandler will wait for user creation
func DeleteInstanceWaitHandler ¶
func DeleteInstanceWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, projectId, region, instanceId string) *wait.AsyncActionHandler[postgresflex.GetInstanceResponse]
DeleteInstanceWaitHandler will wait for instance deletion
func DeleteUserWaitHandler ¶
func DeleteUserWaitHandler(ctx context.Context, a postgresflex.DefaultAPI, projectId, region, instanceId string, userId int64) *wait.AsyncActionHandler[struct{}]
DeleteUserWaitHandler will wait for user deletion
func PartialUpdateInstanceWaitHandler ¶
func PartialUpdateInstanceWaitHandler(ctx context.Context, client postgresflex.DefaultAPI, projectId, region, instanceId string) *wait.AsyncActionHandler[postgresflex.GetInstanceResponse]
PartialUpdateInstanceWaitHandler will wait for instance update
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.