Documentation ¶
Index ¶
- type AzureClient
- func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, ipName string, ...) error
- func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, ipName string) error
- func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, ipName string) (network.PublicIPAddress, error)
- type Client
- type PublicIPScope
- type Service
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 public IP client from subscription ID.
func (*AzureClient) CreateOrUpdate ¶
func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, ipName string, ip network.PublicIPAddress) error
CreateOrUpdate creates or updates a static or dynamic public IP address.
func (*AzureClient) Delete ¶
func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, ipName string) error
Delete deletes the specified public IP address.
func (*AzureClient) Get ¶
func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, ipName string) (network.PublicIPAddress, error)
Get gets the specified public IP address in a specified resource group.
type Client ¶
type Client interface { Get(context.Context, string, string) (network.PublicIPAddress, error) CreateOrUpdate(context.Context, string, string, network.PublicIPAddress) error Delete(context.Context, string, string) error }
Client wraps go-sdk.
type PublicIPScope ¶
type PublicIPScope interface { azure.ClusterDescriber PublicIPSpecs() []azure.PublicIPSpec }
PublicIPScope defines the scope interface for a public IP service.
Directories ¶
Path | Synopsis |
---|---|
Package mock_publicips is a generated GoMock package.
|
Package mock_publicips is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.