feat: add agentgateway.dev v1alpha1 CRD schemas - #19
Closed
nahuel11500 wants to merge 1 commit into
Closed
Conversation
Generated with kubeconform's openapi2jsonschema.py from the AgentgatewayBackend, AgentgatewayParameters and AgentgatewayPolicy CRDs installed on ovh-main-gra11-prod, so kubeconform can validate the agent gateway resources rendered by the wiremind chart. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds agentgateway.dev/v1alpha1 CRD JSON schemas to this repository so kubeconform can validate Agent Gateway resources rendered by the Wiremind chart.
Changes:
- Add JSON schema for
AgentgatewayParameters(infrastructure/provisioning settings). - Add JSON schema for
AgentgatewayBackend(backend definitions for AI/A2A/etc). - Add JSON schema for
AgentgatewayPolicy(policy configuration applied to backends/routes/gateways).
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
schemas/agentgateway.dev/agentgatewayparameters_v1alpha1.json |
New schema enabling kubeconform validation for AgentgatewayParameters resources. |
schemas/agentgateway.dev/agentgatewaybackend_v1alpha1.json |
New schema enabling kubeconform validation for AgentgatewayBackend resources. |
schemas/agentgateway.dev/agentgatewaypolicy_v1alpha1.json |
New schema enabling kubeconform validation for AgentgatewayPolicy resources. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Author
|
No need anymore, PR upstream was merged. |
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.
Generated with kubeconform's openapi2jsonschema.py from the AgentgatewayBackend, AgentgatewayParameters and AgentgatewayPolicy CRDs installed on ovh-main-gra11-prod, so kubeconform can validate the agent gateway resources rendered by the wiremind chart.