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

chore(csi-driver): update driver to read PVC, PV name in CreateVolume request #90

Merged
merged 7 commits into from
Jun 5, 2020

Commits on Jun 4, 2020

  1. chore(driver): update driver to read PVC, PV name in CreateVolume req…

    …uest
    
    Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
    mittachaitu committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b23b87d View commit details
    Browse the repository at this point in the history
  2. This commit updates the deployment yamls to get PVC, PV and PVCNamespace

    Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
    mittachaitu committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    dc22c1f View commit details
    Browse the repository at this point in the history
  3. This commit updates vendor files and go.mod

    Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
    mittachaitu committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3c92d38 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. This commit moves the constants from controller.go to utils.go file

    Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
    mittachaitu committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    312f9ad View commit details
    Browse the repository at this point in the history
  2. This commit adds nil check before accessing PVC

    Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
    mittachaitu committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    78a4fb3 View commit details
    Browse the repository at this point in the history
  3. This commit makes code readable

    Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
    mittachaitu committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    855ff83 View commit details
    Browse the repository at this point in the history
  4. This commit fixes the travis failure

    Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
    mittachaitu committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    71e2471 View commit details
    Browse the repository at this point in the history