Documentation ¶
Index ¶
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) (mgmtcontainerservice.CredentialResults, error) List(ctx context.Context) (mgmtcontainerservice.ManagedClusterListResultPage, error) }
ManagedClustersAddons is a minimal interface for azure ManagedClustersAddons
type ManagedClustersClient ¶
type ManagedClustersClient interface { ManagedClustersAddons }
ManagedClustersClient is a minimal interface for azure ManagedClustersClient
func NewManagedClustersClient ¶
func NewManagedClustersClient(environment *azureclient.AROEnvironment, subscriptionID string, authorizer autorest.Authorizer) ManagedClustersClient
NewManagedClustersClient creates a new ManagedClustersClient
Click to show internal directories.
Click to hide internal directories.