From c05bf72e1ba6e765f7726fd1eea5c4753c066e27 Mon Sep 17 00:00:00 2001 From: Sivaanand Murugesan Date: Sat, 21 Oct 2023 21:36:05 +0530 Subject: [PATCH] fix2 --- client/cluster.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/cluster.go b/client/cluster.go index d2b56f05..0b2135a9 100644 --- a/client/cluster.go +++ b/client/cluster.go @@ -115,7 +115,6 @@ func (h *V1Client) listClusters(clusterContext string) ([]*models.V1SpectroClust case "tenant": params = clusterC.NewV1SpectroClustersListParams() } - var limit int64 = 0 params.Limit = &limit resp, err := client.V1SpectroClustersList(params)