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 Service
- type Spec
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.
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.