We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When designing the status API, it would be desirable to ensure the status API for all kgateway objects have a mostly consistent schema.
Something like the below would be good enough for a majority of use cases:
status: # list of conditions describing state transitions conditions: - type: SomeCondition status: "True" message: "foo bar" reason: FooBar lastTransitionTime: "2025-03-05T00:00:10Z" # Aggregate phase phase: SUCCEEDED|FAILED|PENDING|UNKNOWN
A printer column for status.phase to easily lookup the aggregate phase of the resource.
status.phase
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
kgateway version
Is your feature request related to a problem? Please describe.
When designing the status API, it would be desirable to ensure the status API for all kgateway objects have a mostly consistent schema.
Describe the solution you'd like
Something like the below would be good enough for a majority of use cases:
A printer column for
status.phase
to easily lookup the aggregate phase of the resource.Describe alternatives you've considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: