clusterInfoList

@JvmName(name = "listClustersResponseClusterInfo")
fun Flow<ListClustersResponse>.clusterInfoList(): Flow<ClusterInfo>

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

Return

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


@JvmName(name = "listClustersV2ResponseCluster")
fun Flow<ListClustersV2Response>.clusterInfoList(): Flow<Cluster>

This paginator transforms the flow returned by listClustersV2Paginated to access the nested member Cluster

Return

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