-
Notifications
You must be signed in to change notification settings - Fork 174
feat: add noninteractive flow to volumes config #2883
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
Conversation
074cc62 to
6b92bb3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2883 +/- ##
==========================================
+ Coverage 57.96% 62.43% +4.46%
==========================================
Files 129 129
Lines 15767 15925 +158
==========================================
+ Hits 9140 9942 +802
+ Misses 5785 5038 -747
- Partials 842 945 +103
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gauron99
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* feat: add noninteractive flow to volume config picking knative#2883 * feat: add noninteractive flow to labels config picking knative#2886 Signed-off-by: Matej Vašek <mvasek@redhat.com> --------- Signed-off-by: Matej Vašek <mvasek@redhat.com> Co-authored-by: Luke Kingland <luke@lukekingland.com>
Adds flags for manipulating volumes via cli flags
Note that tests are not included because the commands were not developed in a way conducive to testing. Tests are included in the forthcoming E2E test refactor, and will be included when the various config subcommands are refactored to match the architecture of other commands.