We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e9b57 commit 90dfff0Copy full SHA for 90dfff0
1 file changed
api/k8s/capacity/k8sCapacityRestHandler.go
@@ -515,6 +515,7 @@ func (handler *K8sCapacityRestHandlerImpl) filterAuthorizedClusterDetails(
515
if !authenticatedClusterIds[capacityDetail.Id] {
516
continue
517
}
518
+ clusterDetailList = append(clusterDetailList, capacityDetail)
519
520
521
handler.logger.Debugw("converted and filtered cluster details from cache",
0 commit comments