oracle/cluster-api-provider-oci

Confirm pagination on all list call

Open

#97 opened on May 25, 2022

 (1 comment) (0 reactions) (1 assignee)Go (48 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (55 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide