# Functions

ApplicationHealthStatus returns an error if the application is not 'Healthy'.
ApplicationSyncStatus returns an error if the application is not 'Synced'.
DeleteNamespace deletes a namespace, and waits for deletion to complete.
EnsureCleanSlate runs before the tests, to ensure that the cluster is in the expected pre-test state.
ProjectExists return true if the AppProject exists in the namespace, false otherwise (with an error, if available).
WaitForResourcesByName will wait up to 'timeout' minutes for a set of resources to exist; the resources should be of the given type (Deployment, Service, etc) and name(s).

# Constants

No description provided by the author

# Structs

ResourceList is used by waitForResourcesByName.