Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForAtlasDatabaseUserStateToNotBeReached ¶
func WaitForAtlasDatabaseUserStateToNotBeReached(ctx context.Context, atlasClient *admin.APIClient, authDb, groupId, userName string, fns ...func(user *admin.CloudDatabaseUser) bool) func() bool
WaitForAtlasDatabaseUserStateToNotBeReached periodically checks the given atlas database user for a given condition. The function returns true after the given context timeout is exceeded.
func WaitForAtlasDeploymentStateToNotBeReached ¶
func WaitForAtlasDeploymentStateToNotBeReached(ctx context.Context, atlasClient *admin.APIClient, projectName, deploymentName string, fns ...func(description *admin.AdvancedClusterDescription) bool) func() bool
WaitForAtlasDeploymentStateToNotBeReached periodically checks the given atlas deployment for a given condition. The function returns true after the given context timeout is exceeded.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.