Documentation ¶
Index ¶
- type ManagedClustersAddons
- type ManagedClustersClient
- func NewDefaultManagedClustersClient(environment *azureclient.AROEnvironment, subscriptionId string, ...) (ManagedClustersClient, error)
- func NewManagedClustersClient(subscriptionId string, credential azcore.TokenCredential, ...) (ManagedClustersClient, error)
- func NewManagedClustersClientWithTransport(environment *azureclient.AROEnvironment, subscriptionId string, ...) (ManagedClustersClient, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagedClustersAddons ¶
type ManagedClustersAddons interface { ListClusterAdminCredentials(ctx context.Context, resourceGroupName string, resourceName string, serverFqdn string) (armcontainerservice.ManagedClustersClientListClusterAdminCredentialsResponse, error) List(ctx context.Context) *runtime.Pager[armcontainerservice.ManagedClustersClientListResponse] }
ManagedClustersAddons is a minimal interface for azure ManagedClustersAddons
type ManagedClustersClient ¶
type ManagedClustersClient interface { ManagedClustersAddons }
ManagedClustersClient is a minimal interface for azure ManagedClustersClient
func NewDefaultManagedClustersClient ¶
func NewDefaultManagedClustersClient(environment *azureclient.AROEnvironment, subscriptionId string, credential azcore.TokenCredential) (ManagedClustersClient, error)
NewDefaultManagedClustersClient creates a new ManagedClustersClient with default options
func NewManagedClustersClient ¶
func NewManagedClustersClient(subscriptionId string, credential azcore.TokenCredential, options arm.ClientOptions) (ManagedClustersClient, error)
NewManagedClustersClient creates a new ManagedClustersClient
func NewManagedClustersClientWithTransport ¶
func NewManagedClustersClientWithTransport(environment *azureclient.AROEnvironment, subscriptionId string, tokenizer azcore.TokenCredential, transporter policy.Transporter) (ManagedClustersClient, error)
Creates a new ManagedClustersClient with specified transport, useful for testing with fakes https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/resourcemanager/containerservice/armcontainerservice/fake_example_test.go
Click to show internal directories.
Click to hide internal directories.