-
Notifications
You must be signed in to change notification settings - Fork 77
make grpcPodConfig.extractContent.cacheDir an optional field #421
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
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grokspawn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #421 +/- ##
=======================================
Coverage 39.79% 39.79%
=======================================
Files 56 56
Lines 5450 5450
=======================================
Hits 2169 2169
Misses 3127 3127
Partials 154 154 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- catalogDir | ||
properties: | ||
cacheDir: | ||
description: CacheDir is the directory storing the pre-calculated API cache. | ||
description: CacheDir is the (optional) directory storing the pre-calculated API cache. |
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.
Won’t we need to update all the places that use it to ensure the value is set when it isn’t provided?
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.
The oddity of the o-f/api repo is that its testing is really in other repos. Testing for this is in operator-framework/operator-lifecycle-manager#3556
Contributes to operator-framework/operator-lifecycle-manager/issues/3257 |
No description provided.