groups

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2020 License: Apache-2.0 Imports: 10 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 VM client from subscription ID.

func (*AzureClient) CreateOrUpdate

func (ac *AzureClient) CreateOrUpdate(ctx context.Context, name string, group resources.Group) (resources.Group, error)

CreateOrUpdate creates or updates a resource group.

func (*AzureClient) Delete

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

Delete deletes a resource group. When you delete a resource group, all of its resources are also deleted.

func (*AzureClient) Get

func (ac *AzureClient) Get(ctx context.Context, name string) (resources.Group, error)

Get gets a resource group.

type Client

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

Client wraps go-sdk

type Service

type Service struct {
	Scope *scope.ClusterScope
	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 resource group with the provided name.

func (*Service) Get

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

Get provides information about a resource group.

func (*Service) Reconcile

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

Reconcile gets/creates/updates a resource group.

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