feat(api): [PATCH 03/08] FrontDoorProfile/Backend/CustomDomain CRDs +… #379
Closed
rchincha wants to merge 3 commits into
Closed
feat(api): [PATCH 03/08] FrontDoorProfile/Backend/CustomDomain CRDs +… #379rchincha wants to merge 3 commits into
rchincha wants to merge 3 commits into
Conversation
…(SFI-NS253) Part 01 of an 8-patch split of PR Azure#373. - Add first-party design docs (001-003 + README) covering the Azure Front Door + WAF + Private Link global-load-balancing proposal. - Add planning breadcrumbs used during design (frontdoor phase-2 custom domains, AFD export-mode MCS parity, ATM baselines). - Allow eng.ms links in the markdown link checker config so design links stop failing CI. This patch is docs-only; no code changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: a8fabc68-e113-49ef-b82d-d99a8502da11
Part 02 of an 8-patch split of PR Azure#373. - Add github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cdn/armcdn/v2 v2.2.0 as a direct dependency; also pulls the armfrontdoor helper. - Refresh go.sum with the transitive checksums. The dependency is unused by any application code in this patch — it is introduced ahead of the Azure Front Door client bundle (PATCH 04) so that each subsequent branch can compile against a stable module graph. Verification: go mod verify # ''all modules verified'' go build ./... # clean Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: a8fabc68-e113-49ef-b82d-d99a8502da11
… InternalServiceExport ExportMode Part 03 of an 8-patch split of PR Azure#373. - Add v1alpha1 API types for the three new AFD-facing CRDs: * FrontDoorProfile * FrontDoorBackend * FrontDoorCustomDomain - Extend InternalServiceExport with ExportMode + PrivateLinkServiceResourceID so member-cluster exports can advertise an L7 export path plus a Private Link Service resource ID for AFD origin bindings. - Regenerate zz_generated.deepcopy.go and the four CRD YAMLs under config/crd/bases (three new + updated InternalServiceExport). No controller logic is registered against these APIs yet — the reconcilers land in PATCH 06/07/08. Verification: go build ./api/... ./cmd/net-crd-installer/... # clean go build ./... # clean Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: a8fabc68-e113-49ef-b82d-d99a8502da11
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 type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Requirements:
make reviewablefor basic local testHow has this code been tested
Special notes for your reviewer