# Functions
ApplyResponseDataToSecrets applies response data to Kubernetes Secrets as specified in the resource's SecretInjectionConfigs.
PatchSecretsIntoHeaders takes a map of headers and applies security measures to sensitive values within the headers.
PatchSecretsIntoMap takes a map of string to interface{} and patches secrets into any string values within the map, including nested maps and slices.
PatchSecretsIntoString patches secrets into the provided string.