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

Set ResolvedRefs condition to true on HTTPRoutes #645

Merged
merged 1 commit into from
May 16, 2023

Conversation

kate-osborn
Copy link
Contributor

Previously, the ResolvedRefs condition was only set to False on HTTPRoutes when one or more references could not be resolved. With this commit, ResolvedRefs will be set to true when all references are resolved.

Closes #611

@kate-osborn kate-osborn requested a review from a team as a code owner May 16, 2023 19:38
@github-actions github-actions bot added documentation Improvements or additions to documentation enhancement New feature or request labels May 16, 2023
@sjberman
Copy link
Contributor

So by default we set to true, and then will override if a false case applies?

@kate-osborn
Copy link
Contributor Author

So by default we set to true, and then will override if a false case applies?

Yes

Previously, the ResolvedRefs condition was only set to False on HTTPRoutes
when one or more references could not be resolved. With this commit,
ResolvedRefs will be set to true when all references are resolved.
@kate-osborn kate-osborn merged commit 23b0b65 into main May 16, 2023
12 checks passed
@kate-osborn kate-osborn deleted the feat/resolved-ref-true branch May 16, 2023 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Set ResolvedRef Condition to True in HTTPRoute status when all references are resolved
3 participants