clusterListEntries

@JvmName(name = "listClustersResponseClusterListEntry")
fun Flow<ListClustersResponse>.clusterListEntries(): Flow<ClusterListEntry>

This paginator transforms the flow returned by listClustersPaginated to access the nested member ClusterListEntry

Return

A kotlinx.coroutines.flow.Flow that can collect ClusterListEntry