Documentation ¶
Index ¶
- func NewAgentPoolClient(subscriptionID string, credential *azidentity.ClientSecretCredential, ...) (*agentPoolClient, error)
- func NewManagedClustersClient(subscriptionID string, credential *azidentity.ClientSecretCredential, ...) (*managedClustersClient, error)
- func NewResourceGroupsClient(subscriptionID string, credential *azidentity.ClientSecretCredential, ...) (*resourceGroupsClient, error)
- func NewWorkplacesClient(subscriptionID string, credential *azidentity.ClientSecretCredential, ...) (*workplacesClient, error)
- type AgentPoolsClientInterface
- type ManagedClustersClientInterface
- type Poller
- type ResourceGroupsClientInterface
- type WorkplacesClientInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAgentPoolClient ¶
func NewAgentPoolClient(subscriptionID string, credential *azidentity.ClientSecretCredential, cloud cloud.Configuration) (*agentPoolClient, error)
func NewManagedClustersClient ¶
func NewManagedClustersClient(subscriptionID string, credential *azidentity.ClientSecretCredential, cloud cloud.Configuration) (*managedClustersClient, error)
func NewResourceGroupsClient ¶
func NewResourceGroupsClient(subscriptionID string, credential *azidentity.ClientSecretCredential, cloud cloud.Configuration) (*resourceGroupsClient, error)
func NewWorkplacesClient ¶
func NewWorkplacesClient(subscriptionID string, credential *azidentity.ClientSecretCredential, cloud cloud.Configuration) (*workplacesClient, error)
Types ¶
type AgentPoolsClientInterface ¶
type AgentPoolsClientInterface interface { BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, agentPoolName string, parameters armcontainerservice.AgentPool) (*runtime.Poller[armcontainerservice.AgentPoolsClientCreateOrUpdateResponse], error) BeginDelete(ctx context.Context, resourceGroupName string, clusterName string, agentPoolName string) (*runtime.Poller[armcontainerservice.AgentPoolsClientDeleteResponse], error) }
type ManagedClustersClientInterface ¶
type ManagedClustersClientInterface interface { BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, parameters armcontainerservice.ManagedCluster, options *armcontainerservice.ManagedClustersClientBeginCreateOrUpdateOptions) (Poller[armcontainerservice.ManagedClustersClientCreateOrUpdateResponse], error) Get(ctx context.Context, resourceGroupName string, resourceName string, options *armcontainerservice.ManagedClustersClientGetOptions) (armcontainerservice.ManagedClustersClientGetResponse, error) BeginDelete(ctx context.Context, resourceGroupName string, resourceName string, options *armcontainerservice.ManagedClustersClientBeginDeleteOptions) (Poller[armcontainerservice.ManagedClustersClientDeleteResponse], error) GetAccessProfile(ctx context.Context, resourceGroupName string, resourceName string, roleName string, options *armcontainerservice.ManagedClustersClientGetAccessProfileOptions) (armcontainerservice.ManagedClustersClientGetAccessProfileResponse, error) BeginUpdateTags(ctx context.Context, resourceGroupName string, resourceName string, parameters armcontainerservice.TagsObject, options *armcontainerservice.ManagedClustersClientBeginUpdateTagsOptions) (Poller[armcontainerservice.ManagedClustersClientUpdateTagsResponse], error) }
type ResourceGroupsClientInterface ¶
type ResourceGroupsClientInterface interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceGroup armresources.ResourceGroup, options *armresources.ResourceGroupsClientCreateOrUpdateOptions) (armresources.ResourceGroupsClientCreateOrUpdateResponse, error) BeginDelete(ctx context.Context, resourceGroupName string, options *armresources.ResourceGroupsClientBeginDeleteOptions) (*runtime.Poller[armresources.ResourceGroupsClientDeleteResponse], error) CheckExistence(ctx context.Context, resourceGroupName string, options *armresources.ResourceGroupsClientCheckExistenceOptions) (armresources.ResourceGroupsClientCheckExistenceResponse, error) }
type WorkplacesClientInterface ¶
type WorkplacesClientInterface interface { BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, parameters armoperationalinsights.Workspace, options *armoperationalinsights.WorkspacesClientBeginCreateOrUpdateOptions) (Poller[armoperationalinsights.WorkspacesClientCreateOrUpdateResponse], error) Get(ctx context.Context, resourceGroupName string, workspaceName string, options *armoperationalinsights.WorkspacesClientGetOptions) (armoperationalinsights.WorkspacesClientGetResponse, error) }
Directories ¶
Path | Synopsis |
---|---|
Package mock_services is a generated GoMock package.
|
Package mock_services is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.