Documentation ¶
Index ¶
- type AzureClient
- func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName, cluster, name string, ...) error
- func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, cluster, name string) error
- func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, cluster, name string) (containerservice.AgentPool, error)
- type Client
- type ManagedMachinePoolScope
- 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 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 ¶
type Client interface { Get(context.Context, string, string, string) (containerservice.AgentPool, error) CreateOrUpdate(context.Context, string, string, string, containerservice.AgentPool) error Delete(context.Context, string, string, string) error }
Client wraps go-sdk.
type ManagedMachinePoolScope ¶ added in v0.5.2
type ManagedMachinePoolScope interface { logr.Logger azure.ClusterDescriber NodeResourceGroup() string AgentPoolSpec() azure.AgentPoolSpec SetAgentPoolProviderIDList([]string) SetAgentPoolReplicas(int32) SetAgentPoolReady(bool) }
ManagedMachinePoolScope defines the scope interface for a managed machine pool.
type Service ¶
type Service struct { Client // contains filtered or unexported fields }
Service provides operations on Azure resources.
func New ¶ added in v0.5.2
func New(scope ManagedMachinePoolScope) *Service
New creates a new service.
Directories ¶
Path | Synopsis |
---|---|
Package mock_agentpools is a generated GoMock package.
|
Package mock_agentpools is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.