Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using size ranges for e2e storage drivers and tests #72275

Closed

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    afe58cf View commit details
    Browse the repository at this point in the history
  2. add sizerange field to driverinfo

    Sridhar Mocherla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    4cc1982 View commit details
    Browse the repository at this point in the history
  3. update testpatterns to provide sizerange params

    Sridhar Mocherla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    62d21d4 View commit details
    Browse the repository at this point in the history
  4. update drivers to provide sizeranges

    Sridhar Mocherla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    e1efda9 View commit details
    Browse the repository at this point in the history
  5. add intersection of sizes logic to determine claim size

    Sridhar Mocherla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    12d3c1f View commit details
    Browse the repository at this point in the history
  6. add todos for correcting min/max values

    Sridhar Mocherla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    8eaebb9 View commit details
    Browse the repository at this point in the history
  7. Fix bugs in variable naming

    Sridhar Mocherla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    fe125e7 View commit details
    Browse the repository at this point in the history
  8. remove unnecessary usage of math.Min

    Sridhar Mocherla committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0faa06b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. Merge branch 'master' of https://github.com/kubernetes/kubernetes int…

    …o sridhar/dynamic-volume-size-ranges
    Sridhar Mocherla committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    662cd5f View commit details
    Browse the repository at this point in the history
  2. update GetClaimSize() to return a range instead of static value

    Sridhar Mocherla committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    77c4f63 View commit details
    Browse the repository at this point in the history
  3. fix bug to format string (use Sprintf instead of Sprint)

    Sridhar Mocherla committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    c28ac77 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. use string for max and min quantities and update drivers

    Sridhar Mocherla committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    37c6f88 View commit details
    Browse the repository at this point in the history
  2. update test drivers with appropriate ranges per comments

    Sridhar Mocherla committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    c631f47 View commit details
    Browse the repository at this point in the history
  3. add missing comma

    Sridhar Mocherla committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    5d6599c View commit details
    Browse the repository at this point in the history
  4. remove old declaration of range

    Sridhar Mocherla committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    f228978 View commit details
    Browse the repository at this point in the history
  5. fix typo

    Sridhar Mocherla committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    57f7cf1 View commit details
    Browse the repository at this point in the history
  6. return minimum as string

    Sridhar Mocherla committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    326cb48 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/kubernetes/kubernetes int…

    …o sridhar/dynamic-volume-size-ranges
    Sridhar Mocherla committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    db56cca View commit details
    Browse the repository at this point in the history
  8. Update mockCSIDriver after rebase

    Sridhar Mocherla committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    0472a76 View commit details
    Browse the repository at this point in the history
  9. fix return type of GetClaimSizeRange() for mockCSIDriver

    Sridhar Mocherla committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    af0fc19 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. remove sizerange from testpatterns

    Sridhar Mocherla committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    7c71567 View commit details
    Browse the repository at this point in the history
  2. move it to testsuites

    Sridhar Mocherla committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    1df3bcf View commit details
    Browse the repository at this point in the history
  3. remove sizerange from cleanup

    Sridhar Mocherla committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    54574cf View commit details
    Browse the repository at this point in the history