feat(alb.networking.azure.io): add Application Gateway for Containers CRDs - #952
Open
ffeliziani-tpmc wants to merge 1 commit into
Open
ffeliziani-tpmc wants to merge 1 commit into
ffeliziani-tpmc wants to merge 1 commit into
Conversation
… CRDs Add JSON schemas for the alb.networking.azure.io API group (Azure Application Gateway for Containers / ALB Controller), extracted from AKS clusters and converted with the repo's openapi2jsonschema.py pipeline: - ApplicationLoadBalancer (v1) - BackendLoadBalancingPolicy (v1) - BackendTLSPolicy (v1) - FrontendTLSPolicy (v1) - HealthCheckPolicy (v1) - IngressExtension (v1) - RoutePolicy (v1) - WebApplicationFirewallPolicy (v1) index.yaml updated with the new group. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ffeliziani-tpmc
marked this pull request as ready for review
August 18, 2026 10:06
Author
|
i have supervised the extraction and manually reviewed the diff before opening the PR |
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.
What
Adds JSON schemas for the
alb.networking.azure.ioAPI group — the CRDs used by the Azure Application Gateway for Containers ALB Controller on AKS.New group
alb.networking.azure.io/v1(8 CRDs):index.yamlupdated with the new group (surgical insertion in alphabetical order, no unrelated entries touched).How
Extracted from live AKS clusters and converted using this repo's own tooling —
Utilities/openapi2jsonschema.pywithFILENAME_FORMAT={fullgroup}_{kind}_{version}, exactly asUtilities/crd-extractor.shdoes — then organized into<group>/<kind>_<version>.json.The related
appgw.ingress.azure.ioCRD was also present in the clusters but is already in the catalog and regenerated byte-identical, so it is not included here.🤖 Generated with Claude Code