-
Notifications
You must be signed in to change notification settings - Fork 0
✨Plumb status from ClusterExtensionRevision to ClusterExtension #3
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
✨Plumb status from ClusterExtensionRevision to ClusterExtension #3
Conversation
fdbc909 to
0f37aa8
Compare
7ba6e02 to
d7f693f
Compare
37d9200 to
b0b7f9e
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
| // TODO: jlanford's IDE says that "StateNeedsUpgrade" condition is always true, but | ||
| // it isn't immediately obvious why that is. Perhaps len(existingRevisions) is | ||
| // always greater than 0 (seems unlikely), or shouldSkipPreflight always returns | ||
| // true (and we continue) when state == StateNeedsInstall? |
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.
My recollection is that the preflight code does the exact same thing for both Install() and Upgrade(), so I wonder if that's it?
|
I general, looks good. Have you tried running the CI tests on it? |
2ce9e61 to
368f8f6
Compare
…on annotations Signed-off-by: Joe Lanford <[email protected]>
This change accommodates the possibility of a revision that is currently rolling out, which is possible for appliers that perform rollouts asynchronously. Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
…conciliation Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
407007d to
ba4136f
Compare
Signed-off-by: Joe Lanford <[email protected]>
ba4136f to
7090da9
Compare
ae9d77c
into
thetechnick:poc-boxcutter
Somewhat rough first iteration of status plumbing. Follow-ups will include:
Signed-off-by: Joe Lanford [email protected]
Description
Reviewer Checklist