Documentation ¶
Index ¶
- type AzureClient
- func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName, vnetName, peeringName string, ...) error
- func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, vnetName, peeringName string) error
- func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, vnetName, peeringName string) (network.VirtualNetworkPeering, error)
- type Client
- type Service
- type VnetPeeringScope
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureClient ¶
type AzureClient struct {
// contains filtered or unexported fields
}
AzureClient contains the Azure go-sdk Client.
func NewClient ¶
func NewClient(auth azure.Authorizer) *AzureClient
NewClient creates a new virtual network peerings client from subscription ID.
func (*AzureClient) CreateOrUpdate ¶
func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName, vnetName, peeringName string, peering network.VirtualNetworkPeering) error
CreateOrUpdate creates or updates a virtual network peering in the specified virtual network.
func (*AzureClient) Delete ¶
func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, vnetName, peeringName string) error
Delete deletes the specified virtual network peering.
func (*AzureClient) Get ¶
func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, vnetName, peeringName string) (network.VirtualNetworkPeering, error)
Get gets the specified virtual network peering by the peering name, virtual network, and resource group.
type Client ¶
type Client interface { Get(context.Context, string, string, string) (network.VirtualNetworkPeering, error) CreateOrUpdate(context.Context, string, string, string, network.VirtualNetworkPeering) error Delete(context.Context, string, string, string) error }
Client wraps go-sdk.
type Service ¶
type Service struct { Scope VnetPeeringScope Client }
Service provides operations on Azure resources.
type VnetPeeringScope ¶
type VnetPeeringScope interface { logr.Logger azure.Authorizer Vnet() *infrav1.VnetSpec ClusterName() string SubscriptionID() string VnetPeeringSpecs() []azure.VnetPeeringSpec }
VnetPeeringScope defines the scope interface for a subnet service.
Directories ¶
Path | Synopsis |
---|---|
Package mock_vnetpeerings is a generated GoMock package.
|
Package mock_vnetpeerings is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.