Skip to content

fix: record attachedRoutes and supportedkinds for gateway status#2670

Merged
AlinsRan merged 6 commits intoapache:masterfrom
AlinsRan:fix/support-attach-kind
Dec 5, 2025
Merged

fix: record attachedRoutes and supportedkinds for gateway status#2670
AlinsRan merged 6 commits intoapache:masterfrom
AlinsRan:fix/support-attach-kind

Conversation

@AlinsRan
Copy link
Copy Markdown
Contributor

@AlinsRan AlinsRan commented Dec 3, 2025

Type of change:

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches
  • Documentation
  • Refactor
  • Chore
  • CI/CD or Tests

What this PR does / why we need it:

close: #2620

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@AlinsRan AlinsRan marked this pull request as ready for review December 3, 2025 02:04
@AlinsRan AlinsRan requested review from bzp2010 and ronething December 3, 2025 03:32
).
WithEventFilter(
predicate.Or(
predicate.GenerationChangedPredicate{},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

predicate.GenerationChangedPredicate{}, Still need to be retained?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

No need, because the status updates of routing resources such as httproute need to be notified to the gateway.

So just specs are not enough.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

filename typo.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed.

Copy link
Copy Markdown
Contributor

@ronething ronething left a comment

Choose a reason for hiding this comment

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

lgtm

@AlinsRan AlinsRan merged commit 2bab77a into apache:master Dec 5, 2025
51 of 59 checks passed
@AlinsRan AlinsRan deleted the fix/support-attach-kind branch December 5, 2025 05:26
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.

bug: Gateway not showing correct number of attached routes in status.listeners

3 participants