-
Notifications
You must be signed in to change notification settings - Fork 773
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
[Proposal] Add proposal for adding progressDeadlineSeconds in CloneSet #1520
[Proposal] Add proposal for adding progressDeadlineSeconds in CloneSet #1520
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1520 +/- ##
==========================================
+ Coverage 47.91% 49.41% +1.50%
==========================================
Files 162 183 +21
Lines 23491 18997 -4494
==========================================
- Hits 11256 9388 -1868
+ Misses 11014 8385 -2629
- Partials 1221 1224 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
docs/proposals/20240309-cloneset-support-progressDeadlineSeconds.md
Outdated
Show resolved
Hide resolved
79cb889
to
16eaf6c
Compare
@furykerry the proposal is read for review 😄 |
docs/proposals/20240309-cloneset-support-progressDeadlineSeconds.md
Outdated
Show resolved
Hide resolved
docs/proposals/20240309-cloneset-support-progressDeadlineSeconds.md
Outdated
Show resolved
Hide resolved
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.
plz squash the commits
/lgtm
90bcde9
to
d01d64a
Compare
Thanks. Squashed. |
Signed-off-by: hantmac <[email protected]> more docs Signed-off-by: hantmac <[email protected]> fix mdl ci Signed-off-by: hantmac <[email protected]> complete the proposal Signed-off-by: hantmac <[email protected]> fix Signed-off-by: hantmac <[email protected]> update Signed-off-by: hantmac <[email protected]> fix typo Signed-off-by: hantmac <[email protected]> Bump crate-ci/typos from 1.22.9 to 1.23.1 (openkruise#1658) Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.22.9 to 1.23.1. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.22.9...v1.23.1) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bump actions/upload-artifact from 4.3.3 to 4.3.4 (openkruise#1659) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...0b2256b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> changed the scorecard badge link to the standard format and updated the domain (openkruise#1657) Signed-off-by: harshitasao <[email protected]> fix typo Signed-off-by: hantmac <[email protected]>
b7541eb
to
fa87578
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.
/lgtm
@zmberg PTAL |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zmberg 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 |
Ⅰ. Describe what this PR does
Add proposal for support progressDeadlineSeconds in CloneSet
Ⅱ. Does this pull request fix one issue?
To fix #1468
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews