clouddriver icon indicating copy to clipboard operation
clouddriver copied to clipboard

fix(core): Unable to list project clusters

Open jcavanagh opened this issue 3 years ago • 1 comments

The affected code is attempting to merge image lists from the "same" builds across various clusters. In the case of Kubernetes, the list returned from KubernetesImageSummary is immutable.

So, always convert the (maybe) immutable list from the ImageSummary implementation to a regular mutable list.

Resolves #6149

jcavanagh avatar May 14 '21 07:05 jcavanagh

The change looks good to me. Would you mind adding a test that demonstrates the bug/fix?

dbyron-sf avatar May 14 '21 15:05 dbyron-sf