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 合并指标
 (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.

贡献者指南