Versions in this module Expand all Collapse all v4 v4.3.0 Oct 30, 2020 v4.2.0 Jul 28, 2020 Changes in this version + func IsInvalidConfig(err error) bool + func ResponseWasNotFound(resp autorest.Response) bool + type AzureClientSet struct + DNSRecordSetsClient *dns.RecordSetsClient + DNSZonesClient *dns.ZonesClient + DeploymentsClient *resources.DeploymentsClient + GroupsClient *resources.GroupsClient + InterfacesClient *network.InterfacesClient + PublicIpAddressesClient *network.PublicIPAddressesClient + SecurityRulesClient *network.SecurityRulesClient + StorageAccountsClient *storage.AccountsClient + SubnetsClient *network.SubnetsClient + SubscriptionID string + UsageClient *compute.UsageClient + VirtualMachineScaleSetVMsClient *compute.VirtualMachineScaleSetVMsClient + VirtualMachineScaleSetsClient *compute.VirtualMachineScaleSetsClient + VirtualNetworkClient *network.VirtualNetworksClient + VirtualNetworkGatewayConnectionsClient *network.VirtualNetworkGatewayConnectionsClient + VirtualNetworkGatewaysClient *network.VirtualNetworkGatewaysClient + VnetPeeringClient *network.VirtualNetworkPeeringsClient + func NewAzureClientSet(clientCredentialsConfig auth.ClientCredentialsConfig, ...) (*AzureClientSet, error) + type Factory struct + func NewFactory(config FactoryConfig) (*Factory, error) + func (f *Factory) GetDeploymentsClient(credentialNamespace, credentialName string) (*resources.DeploymentsClient, error) + func (f *Factory) GetGroupsClient(credentialNamespace, credentialName string) (*resources.GroupsClient, error) + func (f *Factory) GetStorageAccountsClient(credentialNamespace, credentialName string) (*storage.AccountsClient, error) + func (f *Factory) GetSubnetsClient(credentialNamespace, credentialName string) (*network.SubnetsClient, error) + func (f *Factory) GetVirtualMachineScaleSetVMsClient(credentialNamespace, credentialName string) (*compute.VirtualMachineScaleSetVMsClient, error) + func (f *Factory) GetVirtualMachineScaleSetsClient(credentialNamespace, credentialName string) (*compute.VirtualMachineScaleSetsClient, error) + type FactoryConfig struct + CacheDuration time.Duration + CredentialProvider credential.Provider + Logger micrologger.Logger Other modules containing this package github.com/giantswarm/azure-operator github.com/giantswarm/azure-operator/v5 github.com/giantswarm/azure-operator/v6 github.com/giantswarm/azure-operator/v7 github.com/giantswarm/azure-operator/v8