Documentation
¶
Overview ¶
Package azure provides Azure mock provider factories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
BlobStorage *blobstorage.Mock
VirtualMachines *virtualmachines.Mock
CosmosDB *cosmosdb.Mock
Functions *functions.Mock
VNet *vnet.Mock
Monitor *azuremonitor.Mock
IAM *azureiam.Mock
DNS *azuredns.Mock
LB *azurelb.Mock
ServiceBus *servicebus.Mock
Cache *azurecache.Mock
KeyVault *keyvault.Mock
LogAnalytics *loganalytics.Mock
NotificationHubs *notificationhubs.Mock
ACR *acr.Mock
EventGrid *eventgrid.Mock
SQL *azuresql.Mock
PostgresFlex *postgresflex.Mock
MySQLFlex *mysqlflex.Mock
AKS *aks.Mock
}
Provider holds all Azure mock services.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package acr provides an in-memory mock implementation of Azure Container Registry.
|
Package acr provides an in-memory mock implementation of Azure Container Registry. |
|
Package aks provides an in-memory mock of Microsoft.ContainerService (Azure Kubernetes Service) — control-plane only.
|
Package aks provides an in-memory mock of Microsoft.ContainerService (Azure Kubernetes Service) — control-plane only. |
|
Package azurecache provides an in-memory mock implementation of Azure Cache for Redis.
|
Package azurecache provides an in-memory mock implementation of Azure Cache for Redis. |
|
Package azuredns provides an in-memory mock implementation of Azure DNS.
|
Package azuredns provides an in-memory mock implementation of Azure DNS. |
|
Package azureiam provides an in-memory mock implementation of Azure Active Directory / IAM.
|
Package azureiam provides an in-memory mock implementation of Azure Active Directory / IAM. |
|
Package azurelb provides an in-memory mock implementation of Azure Load Balancer.
|
Package azurelb provides an in-memory mock implementation of Azure Load Balancer. |
|
Package azuremonitor provides an in-memory mock implementation of Azure Monitor.
|
Package azuremonitor provides an in-memory mock implementation of Azure Monitor. |
|
Package azuresql provides an in-memory mock of Microsoft.Sql (Azure SQL Database).
|
Package azuresql provides an in-memory mock of Microsoft.Sql (Azure SQL Database). |
|
Package blobstorage provides an in-memory mock implementation of Azure Blob Storage.
|
Package blobstorage provides an in-memory mock implementation of Azure Blob Storage. |
|
Package cosmosdb provides an in-memory mock implementation of Azure Cosmos DB.
|
Package cosmosdb provides an in-memory mock implementation of Azure Cosmos DB. |
|
Package eventgrid provides an in-memory mock implementation of Azure Event Grid.
|
Package eventgrid provides an in-memory mock implementation of Azure Event Grid. |
|
Package functions provides an in-memory mock implementation of Azure Functions.
|
Package functions provides an in-memory mock implementation of Azure Functions. |
|
Package keyvault provides an in-memory mock implementation of Azure Key Vault.
|
Package keyvault provides an in-memory mock implementation of Azure Key Vault. |
|
Package loganalytics provides an in-memory mock implementation of Azure Log Analytics.
|
Package loganalytics provides an in-memory mock implementation of Azure Log Analytics. |
|
Package mysqlflex provides an in-memory mock of Azure Database for MySQL — Flexible Server.
|
Package mysqlflex provides an in-memory mock of Azure Database for MySQL — Flexible Server. |
|
Package notificationhubs provides an in-memory mock implementation of Azure Notification Hubs.
|
Package notificationhubs provides an in-memory mock implementation of Azure Notification Hubs. |
|
Package postgresflex provides an in-memory mock of Microsoft.DBforPostgreSQL (Azure Database for PostgreSQL — Flexible Server).
|
Package postgresflex provides an in-memory mock of Microsoft.DBforPostgreSQL (Azure Database for PostgreSQL — Flexible Server). |
|
Package servicebus provides an in-memory mock implementation of Azure Service Bus.
|
Package servicebus provides an in-memory mock implementation of Azure Service Bus. |
|
Package virtualmachines provides an in-memory mock implementation of Azure Virtual Machines.
|
Package virtualmachines provides an in-memory mock implementation of Azure Virtual Machines. |
|
Package vnet provides an in-memory mock implementation of Azure Virtual Network.
|
Package vnet provides an in-memory mock implementation of Azure Virtual Network. |
Click to show internal directories.
Click to hide internal directories.