# Functions
AssertDiff compares an expected interface with an actual interface and fails if the two interfaces do not match.
HasNumPVCs returns true when the number of bound PVCs is equal to the supplied quantity.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewValidateHeaders creates a new struct used to validate a project.
No description provided by the author
No description provided by the author
RequireClusterInFailedState check that the crdbclusters CR is marked as Failed state.
RequireClusterInImagePullBackoff checks that the CRDB cluster should be either in ImagePullBackOff/ErrImagePull state.
No description provided by the author
RequireClusterToBeReadyEventuallyTimeout tests to see if a statefulset has started correctly and all of the pods are ready.
RequireDatabaseToFunction tests that the database is functioning correctly for a db cluster that is using an SSL certificate.
RequireDatabaseToFunctionInsecure tests that the database is functioning correctly on an db that is insecure.
RequireDbContainersToUseImage checks that the database is using the correct image.
RequireDecommissionNode requires that proper nodes are decommissioned.
No description provided by the author
No description provided by the author
RequireNumberOfPVCs checks that the correct number of PVCs are claimed.
RequirePVCToResize checks that the PVCs are resized correctly.
WithEnv sets environment variables, runs the supplied function and puts the env back the way it was found.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
FakeClient is inspired and taken from https://github.com/kubernetes/client-go/.
No description provided by the author
Step is used to build a test.
ValidateHeaders represents a project that that needs to be scanned.
# Type aliases
ReactionFunc is a function returning `handled` set to true if no further processing is required and an error if one needs to be raised.
Steps.