feat: Update the DataVolume class to use "storage" as the new default value#2655
feat: Update the DataVolume class to use "storage" as the new default value#2655ema-aka-young wants to merge 4 commits intoRedHatQE:mainfrom
Conversation
…d remove future warning
WalkthroughModified the DataVolume constructor in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Report bugs in Issues Welcome! 🎉This pull request will be automatically processed with the following features: 🔄 Automatic Actions
📋 Available CommandsPR Status Management
Review & Approval
Testing & Validation
Cherry-pick Operations
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
💡 Tips
For more information, please refer to the project documentation or contact the maintainers. |
|
/verified |
|
/hold |
Can you please explain why this is on hold? |
| bind_immediate_annotation: bool | None = None, | ||
| preallocation: bool | None = None, | ||
| api_name: str | None = None, | ||
| api_name: str | None = "storage", |
There was a problem hiding this comment.
this is a breaking change and the recenlty added warning does mention Default will change to "storage" in a future release. - so it cannot be hidden in a maintanence release
forgot to sumbit #2655 (comment) |
Short description:
Update the DataVolume class to use "storage" as the new default value.
More details:
Implementing step 3 of https://issues.redhat.com/browse/CNV-79539
What this PR does / why we need it:
We are implementing this to align with updated standards that encourage the use of the storage api as it has more convenient features.
Which issue(s) this PR fixes:
Special notes for reviewer:
Bug:
Summary by CodeRabbit