# Functions
AppIssues produces debugging information from app-operator (on the MC) and chart-operator (on the WC) This function will log out the status of the deployments, any related Events found and the last 25 lines of logs from the pods.
DaemonSetsNotReady collects debug information for all DaemonSets in the workload cluster that currently don't have the expected number of replicas.
DeploymentsNotReady collects debug information for all deployments in the workload cluster that currently don't have the expected number of replicas.
JobsUnsuccessful collects debug information for all Jobs in the workload cluster that haven't completed successfully.
PodsNotReady collects debug information for all pods in the workload cluster that currently aren't reporting as ready or completed.
StatefulSetsNotReady collects debug information for all StatefulSets in the workload cluster that currently don't have the expected number of replicas.
Wrap returns a valid FailureHandler for the given function.
# Interfaces
FailureHandler is a function that can be used with Gomega to perform extra debugging when an assertion fails Note: Needs to be `interface{}` for Gomega to accept this alias type.