Documentation
¶
Index ¶
- Constants
- func CreateDremioUserWaitHandler(ctx context.Context, a dremio.DefaultAPI, ...) *wait.AsyncActionHandler[dremio.DremioUserResponse]
- func CreateDremioWaitHandler(ctx context.Context, a dremio.DefaultAPI, projectId, regionId, dremioId string) *wait.AsyncActionHandler[dremio.DremioResponse]
- func DeleteDremioUserWaitHandler(ctx context.Context, a dremio.DefaultAPI, ...) *wait.AsyncActionHandler[dremio.DremioUserResponse]
- func DeleteDremioWaitHandler(ctx context.Context, a dremio.DefaultAPI, projectId, regionId, dremioId string) *wait.AsyncActionHandler[dremio.DremioResponse]
- func UpdateDremioUserWaitHandler(ctx context.Context, a dremio.DefaultAPI, ...) *wait.AsyncActionHandler[dremio.DremioUserResponse]
- func UpdateDremioWaitHandler(ctx context.Context, a dremio.DefaultAPI, projectId, regionId, dremioId string) *wait.AsyncActionHandler[dremio.DremioResponse]
Constants ¶
View Source
const ( DREMIOSTATE_ACTIVE = "active" DREMIOSTATE_ERROR = "error" DREMIOUSERSTATE_ACTIVE = "active" DREMIOUSERSTATE_ERROR = "error" )
Variables ¶
This section is empty.
Functions ¶
func CreateDremioUserWaitHandler ¶
func CreateDremioUserWaitHandler(ctx context.Context, a dremio.DefaultAPI, projectId, regionId, dremioId, dremioUserId string) *wait.AsyncActionHandler[dremio.DremioUserResponse]
CreateDremioUserWaitHandler will wait for the creation of a Dremio user
func CreateDremioWaitHandler ¶
func CreateDremioWaitHandler(ctx context.Context, a dremio.DefaultAPI, projectId, regionId, dremioId string) *wait.AsyncActionHandler[dremio.DremioResponse]
CreateDremioWaitHandler will wait for the creation of a Dremio instance
func DeleteDremioUserWaitHandler ¶
func DeleteDremioUserWaitHandler(ctx context.Context, a dremio.DefaultAPI, projectId, regionId, dremioId, dremioUserId string) *wait.AsyncActionHandler[dremio.DremioUserResponse]
DeleteDremioUserWaitHandler will wait for a deletion of a Dremio user
func DeleteDremioWaitHandler ¶
func DeleteDremioWaitHandler(ctx context.Context, a dremio.DefaultAPI, projectId, regionId, dremioId string) *wait.AsyncActionHandler[dremio.DremioResponse]
DeleteDremioWaitHandler will wait for the deletion of a Dremio instance
func UpdateDremioUserWaitHandler ¶
func UpdateDremioUserWaitHandler(ctx context.Context, a dremio.DefaultAPI, projectId, regionId, dremioId, dremioUserId string) *wait.AsyncActionHandler[dremio.DremioUserResponse]
UpdateDremioUserWaitHandler will wait for an update to a Dremio user
func UpdateDremioWaitHandler ¶
func UpdateDremioWaitHandler(ctx context.Context, a dremio.DefaultAPI, projectId, regionId, dremioId string) *wait.AsyncActionHandler[dremio.DremioResponse]
UpdateDremioWaitHandler will wait an update of a Dremio instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.