Documentation ¶
Index ¶
- type AzureClient
- func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, lbName string, ...) error
- func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, lbName string) error
- func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, lbName string) (network.LoadBalancer, error)
- type Client
- type LBScope
- 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 load balancer client from subscription ID.
func (*AzureClient) CreateOrUpdate ¶
func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, lbName string, lb network.LoadBalancer) error
CreateOrUpdate creates or updates a load balancer.
func (*AzureClient) Delete ¶
func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, lbName string) error
Delete deletes the specified load balancer.
func (*AzureClient) Get ¶
func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, lbName string) (network.LoadBalancer, error)
Get gets the specified load balancer.
type Client ¶
type Client interface { Get(context.Context, string, string) (network.LoadBalancer, error) CreateOrUpdate(context.Context, string, string, network.LoadBalancer) error Delete(context.Context, string, string) error }
Client wraps go-sdk.
type LBScope ¶
type LBScope interface { logr.Logger azure.ClusterDescriber azure.NetworkDescriber LBSpecs() []azure.LBSpec }
LBScope defines the scope interface for a load balancer service.
Directories ¶
Path | Synopsis |
---|---|
Package mock_loadbalancers is a generated GoMock package.
|
Package mock_loadbalancers is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.