# Functions
CreateAzureCredentialFile creates a temporary Azure credential file for Azure Blob Storage CSI driver tests and returns the credentials.
DeleteAzureCredentialFile deletes the temporary Azure credential file.
ParseAzureCredentialFile parses the temporary Azure credential file and returns the credentials.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Config is used in Prow to store Azure credentials https://github.com/kubernetes/test-infra/blob/master/kubetest/azure.go#L116-L118.
Credentials is used in Azure Blob Storage CSI driver to store Azure credentials.
FromProw is used in Prow to store Azure credentials https://github.com/kubernetes/test-infra/blob/master/kubetest/azure.go#L107-L114.