# Functions
AssertCredentialExists checks if the credential is registered in the workspace and returns a boolean value.
DeleteAWSResource checks if the given AWS resource exists, deletes it if it does and waits until the delete is complete,
returning an error if any of these steps fail.
DeleteRPResource deletes an environment or application resource depending on the type of the resource passed in, and returns an error if one occurs.
GetResourceIdentifier retrieves the identifier of a resource from the environment variables and the context.
GetResourceTypeName retrieves the AWS resource type name from the resource identifier and context.
IsAWSResourceNotFound checks if the given AWS resource is not found.
NewDaprComponent creates a K8sObject for a Dapr component with the Labels set to the application and name.
NewK8sHTTPProxyForResource creates a K8sObject for a HttpProxy with the Labels set to the application and name provided.
NewK8sPodForResource creates a new K8sObject with Kind set to "Pod" and the selector labels for the pod set to the given application and name.
NewK8sSecretForResource creates a K8sObject for a secret with the Labels set to the application and name.
NewK8sSecretForResourceWithResourceName creates a K8sObject for a secret with the Labels set to the application and name.
NewK8sServiceForResource creates a new K8sObject for a service with the Labels set to the application and name.
SaveContainerLogs watches for all pods in the given namespace and saves their container logs to disk.
ValidateAWSResources checks that the expected AWS resources exist and have the expected properties.
ValidateNoPodsInApplication checks if there are any pods in the given namespace for the given application and waits for them to be deleted if found.
ValidateObjectsRunning checks if the expected Kubernetes objects are running in the given namespace.
ValidateRPResources checks if the expected resources exist in the response and validates the output resources if present.
# Constants
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
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
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
No description provided by the author
No description provided by the author
We want to make sure to produce some output any time we're in a watch otherwise it's hard to know if it got stuck.
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
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
Output resource fields returned as a part of get/list response payload for Radius resources.
No description provided by the author
No description provided by the author
No description provided by the author