# Functions
K8sSecretResource creates the secret resource from the given namespace, name, secretType and key-value pairs, for Initial Resource in NewRPTest().
NewRPTest creates a new RPTest instance with the given name, steps and initial resources.
NewRPTestOptions sets up the test environment by loading configs, creating a test context, creating an ApplicationsManagementClient, creating an AWSCloudControlClient, and returning an RPTestOptions struct.
NewTestOptions creates a new TestOptions object with the given testing.T object.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
FeatureAWS should be used with required features to indicate a test dependency on AWS cloud provider.
FeatureAzure should be used with required features to indicate a test dependency on Azure cloud provider.
FeatureCSIDriver should be used with required features to indicate a test dependency on the CSI driver.
FeatureDapr should used with required features to indicate a test dependency on Dapr.
Use cloud provider API to check for required features.
Use CRD to check for required features.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
RequiredFeature is used to specify an optional feature that is required for the test to run.
RequiredFeatureValidatorType is used to specify the type of validator to use.