oracle/cluster-api-provider-oci

Confirm pagination on all list call

Aperta

#97 aperta il 25 mag 2022

 (1 commento) (0 reazioni) (1 assegnatario)Go (48 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (55 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor