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.
2 parents 29e9b57 + 90dfff0 commit fcd9b5aCopy full SHA for fcd9b5a
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