oracle/cluster-api-provider-oci

Confirm pagination on all list call

開放

#97 建立於 2022年5月25日

 (1 則留言) (0 個反應) (1 位負責人)Go (48 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (55 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

What would you like to be added: We need this to run through all pages and return the full list of running instances https://github.com/oracle/cluster-api-provider-oci/blob/main/cloud/scope/machine_pool.go#L158

Also should check all other list calls are using pagination.

Why is this needed: As clusters grow we want to make sure we don't miss running instances.

貢獻者指南