-
Notifications
You must be signed in to change notification settings - Fork 54
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
✨ 📖 Minor updates to API+GoDoc, Documentation, and removal of a no longer needed label selector #1333
✨ 📖 Minor updates to API+GoDoc, Documentation, and removal of a no longer needed label selector #1333
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1333 +/- ##
==========================================
+ Coverage 76.37% 76.42% +0.05%
==========================================
Files 41 41
Lines 2438 2431 -7
==========================================
- Hits 1862 1858 -4
+ Misses 402 400 -2
+ Partials 174 173 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Just one fairly important question on the cache options.
c8ef566
to
f429d71
Compare
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.
Looks good to me (other than the rebase that needs to happen).
Signed-off-by: everettraven <everettraven@gmail.com>
f429d71
to
63e6e73
Compare
02d2879
Description
dependentSelector
label selector requirement placed as the default label selector for our controller-runtime cache. This was necessary when we used native controller-runtime logic for managing dependent resources, but is no longer necessary now that we have some custom implementations of controller-runtime abstractions that use ServiceAccounts to establish informers and manage dependent resources.ClusterExtension.Status.Conditions
field to reflect the new set of potential status conditions and reasonsReviewer Checklist