oracle/cluster-api-provider-oci

Confirm pagination on all list call

オープン

#97 opened on 2022/05/25

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)Go (48 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (55 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド