# Functions

ForArbitersStatefulSetToBeReady waits until all replicas of the StatefulSet with the given name have reached the ready status.
ForConfigMapToExist waits until a ConfigMap of the given name exists using the provided retryInterval and timeout.
ForDeploymentToExist waits until a Deployment of the given name exists using the provided retryInterval and timeout.
ForMongoDBMessageStatus waits until the given MongoDB resource gets the expected message status.
ForMongoDBToReachPhase waits until the given MongoDB resource reaches the expected phase.
No description provided by the author
No description provided by the author
ForSecretToExist waits until a Secret of the given name exists using the provided retryInterval and timeout.
ForStatefulSetToBeDeleted waits until a StatefulSet of the given name is deleted using the provided retryInterval and timeout.
ForStatefulSetToBeReady waits until all replicas of the StatefulSet with the given name have reached the ready status.
ForStatefulSetToBeReadyAfterScaleDown waits for just the ready replicas to be correct and does not account for the updated replicas.
ForStatefulSetToBeUnready waits until all replicas of the StatefulSet with the given name is not ready.
ForStatefulSetToExist waits until a StatefulSet of the given name exists using the provided retryInterval and timeout.
ForStatefulSetToHaveUpdateStrategy waits until all replicas of the StatefulSet with the given name have reached the ready status.
RetryInterval specifies the RetryInterval.
Timeout specifies the Timeout.

# Constants

No description provided by the author
No description provided by the author

# Structs

Options holds values which can be configured when waiting for specific confitions.

# Type aliases

No description provided by the author
No description provided by the author