networkinterfaces

package
v0.4.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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 VM client from subscription ID.

func (*AzureClient) CreateOrUpdate

func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, nicName string, nic network.Interface) error

CreateOrUpdate creates or updates a network interface.

func (*AzureClient) Delete

func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, nicName string) error

Delete deletes the specified network interface.

func (*AzureClient) Get

func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, nicName string) (network.Interface, error)

Get gets information about the specified network interface.

type Client

type Client interface {
	Get(context.Context, string, string) (network.Interface, error)
	CreateOrUpdate(context.Context, string, string, network.Interface) error
	Delete(context.Context, string, string) error
}

Client wraps go-sdk

type NICScope added in v0.4.6

type NICScope interface {
	logr.Logger
	azure.ClusterDescriber
	NICSpecs() []azure.NICSpec
}

NICScope defines the scope interface for a network interfaces service.

type Service

type Service struct {
	Scope NICScope
	Client
	// contains filtered or unexported fields
}

Service provides operations on azure resources

func New added in v0.4.10

func New(scope NICScope, skuCache *resourceskus.Cache) *Service

New creates a new service.

func (*Service) Delete

func (s *Service) Delete(ctx context.Context) error

Delete deletes the network interface with the provided name.

func (*Service) Reconcile

func (s *Service) Reconcile(ctx context.Context) error

Reconcile gets/creates/updates a network interface.

Directories

Path Synopsis
Package mock_networkinterfaces is a generated GoMock package.
Package mock_networkinterfaces is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL