# Functions

No description provided by the author
StandardTestBinding creates an SPIAccessTokenBinding with the configuration commonly used in the tests.
StandardTestToken creates an SPIAccessToken with the configuration commonly used in the tests.
TriggerReconciliation updates the provided object with a "random-annon-to-trigger-reconcile" annotation (with a random value) so that a new reconciliation is performed.

# Variables

ITest is the globally accessible integration test "context".

# Structs

IntegrationTest is meant to be used through the ITest global variable to inspect and configure the behavior of the various subsystems of SPI.
ITestBehavior configures the ITest for the tests.
ITestTiming collects all the timing configuration.
LoggingKubernetesClient is a wrapper aroung a Kubernetes client that is capable of logging the calls to the Kubernetes API.
TestObjects collects the objects of interest as they are required or exist in the cluster.
TestSetup is used to express the requirements on the state of the K8s Cluster before the tests.