-
Notifications
You must be signed in to change notification settings - Fork 771
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
optimization to determine whether the pod state is consistent logic #854
Conversation
Codecov Report
@@ Coverage Diff @@
## master #854 +/- ##
==========================================
- Coverage 48.36% 48.30% -0.06%
==========================================
Files 118 118
Lines 11017 11023 +6
==========================================
- Hits 5328 5325 -3
- Misses 4878 4895 +17
+ Partials 811 803 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/lgtm |
Signed-off-by: dafu-wu <wuchengyi2006@163.com>
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FillZpp 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 |
/lgtm |
…854) Signed-off-by: dafu-wu <wuchengyi2006@163.com> Co-authored-by: dafu-wu <wuchengyi2006@163.comL>
…penkruise#854) Co-authored-by: dafu-wu <wuchengyi2006@163.comL>
Ⅰ. Describe what this PR does
when we to determine whether the pod state is consistent logic and Is Image digest, call func IsPodContainerDigestEqual。
The pod container statuses may be evaluated multiple times by the func。
Ⅱ. Does this pull request fix one issue?
I'm trying to optimize it, maybe there's a better way to optimize it, maybe there's no need to optimize it.