docs: Document HTTPProxy status conditions - #7631
Open
AkashKumar7902 wants to merge 2 commits into
Open
Conversation
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
AkashKumar7902
marked this pull request as ready for review
July 18, 2026 21:13
AkashKumar7902
requested review from
sunjayBhatia and
tsaarni
and removed request for
a team
July 18, 2026 21:13
|
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3144
What this PR does
Validcondition as the detailed HTTPProxy processing resultobservedGeneration, errors, warnings, and the derivedcurrentStatusanddescriptionfieldsWhy
The fundamentals page only showed the summary status fields and had not been updated for condition-based status reporting. This left users without documentation for the structured diagnostics Contour currently writes.
User impact
Users can identify the HTTPProxy generation that Contour evaluated and find fatal errors or non-fatal warnings in the correct condition fields.
Release note
Requested label:
release-note/docs. The corresponding docs changelog is included.Testing
git diff --checkmake lint-codespellgo test ./apis/projectcontour/v1 ./internal/status ./internal/daghugo --gc --minifywith the Netlify-pinned Hugo 0.152.0