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

change CSISnapshotTimeout from pointer to normal variable #5294

Merged

Conversation

cleverhu
Copy link
Contributor

@cleverhu cleverhu commented Sep 6, 2022

Thank you for contributing to Velero!

Please add a summary of your change

I'm sorry that I accidentally wrote the time as a pointer. I have tested that both pointers and normal variables are valid. I don't know what is the essential difference between them, but I think it's better to keep consistent with the TTL above.

change CSISnapshotTimeout from pointer to normal var.

Does your change fix a particular issue?

Fixes None

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

@cleverhu cleverhu force-pushed the change-CSISnapshotTimeout-to-normal-var branch from 97adf93 to a636bc3 Compare September 6, 2022 16:40
@cleverhu cleverhu changed the title change CSISnapshotTimeout from point to normal var change CSISnapshotTimeout from pointer to normal variable Sep 6, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2022

Codecov Report

Merging #5294 (067a3ec) into main (c7bd2b9) will increase coverage by 0.02%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #5294      +/-   ##
==========================================
+ Coverage   40.69%   40.72%   +0.02%     
==========================================
  Files         232      232              
  Lines       20231    20231              
==========================================
+ Hits         8234     8239       +5     
+ Misses      11398    11393       -5     
  Partials      599      599              
Impacted Files Coverage Δ
pkg/cmd/util/output/backup_describer.go 0.00% <0.00%> (ø)
pkg/uploader/provider/kopia.go 56.91% <0.00%> (+4.06%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cleverhu cleverhu force-pushed the change-CSISnapshotTimeout-to-normal-var branch from a636bc3 to 067a3ec Compare September 6, 2022 17:30
@reasonerjt reasonerjt merged commit fc03804 into vmware-tanzu:main Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants