This commit is contained in:
Daniel J. Holmes (jaitaiwan) 2024-11-05 14:44:38 +10:00
Родитель ba6af03163
Коммит 7e9fb6804a
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -17,11 +17,9 @@ type ManagedClustersAddons interface {
}
func (r *managedClustersClient) ListClusterAdminCredentials(ctx context.Context, resourceGroupName string, resourceName string) (armcontainerservice.ManagedClustersClientListClusterAdminCredentialsResponse, error) {
// TODO Determine if options need to be specified below
return r.ManagedClustersClient.ListClusterAdminCredentials(ctx, resourceGroupName, resourceName, nil)
}
func (r *managedClustersClient) List(ctx context.Context) *runtime.Pager[armcontainerservice.ManagedClustersClientListResponse] {
// TODO Determine if options need to be specified below
return r.ManagedClustersClient.NewListPager(nil)
}