subnets

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2020 License: Apache-2.0 Imports: 13 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(subscriptionID string, authorizer autorest.Authorizer) *AzureClient

NewClient creates a new subnets client from subscription ID.

func (*AzureClient) CreateOrUpdate

func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName, vnetName, snName string, sn network.Subnet) error

CreateOrUpdate creates or updates a subnet in the specified virtual network.

func (*AzureClient) Delete

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

Delete deletes the specified subnet.

func (*AzureClient) Get

func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, vnetName, snName string) (network.Subnet, error)

Get gets the specified subnet by virtual network and resource group.

type Client

Client wraps go-sdk

type Service

type Service struct {
	Scope *scope.ClusterScope
	Client
	SecurityGroupsClient securitygroups.Client
	RouteTablesClient    routetables.Client
}

Service provides operations on azure resources

func NewService

func NewService(scope *scope.ClusterScope) *Service

NewService creates a new service.

func (*Service) Delete

func (s *Service) Delete(ctx context.Context, spec interface{}) error

Delete deletes the subnet with the provided name.

func (*Service) Get

func (s *Service) Get(ctx context.Context, spec interface{}) (*infrav1.SubnetSpec, error)

Get provides information about a subnet.

func (*Service) Reconcile

func (s *Service) Reconcile(ctx context.Context, spec interface{}) error

Reconcile gets/creates/updates a subnet.

type Spec

type Spec struct {
	Name                string
	CIDR                string
	VnetName            string
	RouteTableName      string
	SecurityGroupName   string
	Role                infrav1.SubnetRole
	InternalLBIPAddress string
}

Spec input specification for Get/CreateOrUpdate/Delete calls

Directories

Path Synopsis
Run go generate to regenerate this mock.
Run go generate to regenerate this mock.

Jump to

Keyboard shortcuts

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