-
Notifications
You must be signed in to change notification settings - Fork 120
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
chore: minor pipeline controller refactor #2039
Conversation
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
// +kubebuilder:default=false | ||
// Field to indicate if a pipeline drain successfully occurred, only meaningful when the pipeline is paused. | ||
// True means it has been successfully drained. | ||
// +optional |
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.
We don't need to always display this in the status.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2039 +/- ##
==========================================
- Coverage 62.37% 62.33% -0.05%
==========================================
Files 319 319
Lines 29088 29088
==========================================
- Hits 18145 18132 -13
- Misses 9952 9965 +13
Partials 991 991 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Derek Wang <[email protected]>
Explain what this PR does.