Skip to content

fix: ls accept minus 1 on pagination requests

Diego Molteni requested to merge slb/dm3/fix-ls-with-m1 into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test
  • Documentation
  • Enhancement

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Anthos
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

Added -1 as accepted values for pagination on the ls method. -1 is the default value for the MaxItemCount option in the sdk. It will let SDK to automatically finds the optimal value (to maximize query performances). ref

Edited by Diego Molteni

Merge request reports