Skip to content

Return error from k8s `limits` function when parsing resource limits

Pedro Pombeiro requested to merge return-k8s-parse-error into master

What does this MR do?

It changes the limits implementation so that it returns parsing errors it finds instead of ignoring them.

Why was this MR needed?

To make our handling of user input consistent.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

#25166 (closed)

Edited by Georgi N. Georgiev

Merge request reports