Skip to content
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

Remove TypeReady Condition #217

Merged
merged 1 commit into from
May 19, 2023
Merged

Conversation

tmshort
Copy link
Contributor

@tmshort tmshort commented May 18, 2023

Fixes #201

Description

This is being replaced with other conditions.

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

Fixes operator-framework#201

Signed-off-by: Todd Short <tshort@redhat.com>
@tmshort
Copy link
Contributor Author

tmshort commented May 18, 2023

Yes, this is a breaking API change (so ignore go-apidiff/go-apidiff)

Copy link
Member

@m1kola m1kola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just a question on where we track replacement for ReasonInstallationFailed, etc.

Message: err.Error(),
ObservedGeneration: op.GetGeneration(),
})
// originally Reason: operatorsv1alpha1.ReasonInstallationFailed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we going to replace this with some other conditions? Where are we tracking this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's being tracked by #199.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment isn't necessary, I can probably remove it, but I was also thinking of the "Progressing" Condition listed in #126, but decided to keep this one simple.

@tmshort tmshort merged commit 7929907 into operator-framework:main May 19, 2023
@tmshort tmshort deleted the OPRUN-2927 branch May 19, 2023 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing or re-defining the meaning of the existing Ready condition.
3 participants