agentpools

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: 8 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 agent pools client from subscription ID.

func (*AzureClient) CreateOrUpdate

func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName, cluster, name string, properties containerservice.AgentPool) error

CreateOrUpdate creates or updates an agent pool.

func (*AzureClient) Delete

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

Delete deletes an agent pool.

func (*AzureClient) Get

func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, cluster, name string) (containerservice.AgentPool, error)

Get gets an agent pool.

type Client

Client wraps go-sdk

type Service

type Service struct {
	Client
}

Service provides operations on azure resources

func NewService

func NewService(auth azure.Authorizer) *Service

NewService creates a new service.

func (*Service) Delete

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

Delete deletes the virtual network with the provided name.

func (*Service) Reconcile

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

Reconcile idempotently creates or updates a agent pool, if possible.

type Spec

type Spec struct {
	Name          string
	ResourceGroup string
	Cluster       string
	Version       *string
	SKU           string
	Replicas      int32
	OSDiskSizeGB  int32
	VnetSubnetID  string
}

Spec contains properties to create a agent pool.

Directories

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

Jump to

Keyboard shortcuts

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