Migrate ComputeURLMap to Direct controller - generate type#6854
Migrate ComputeURLMap to Direct controller - generate type#6854codebot-robot wants to merge 2 commits intoGoogleCloudPlatform:masterfrom
Conversation
This commit adds the generated types, identity, and reference for ComputeURLMap in the compute v1beta1 API, and updates the generate.sh script and mappers. Fixes GoogleCloudPlatform#6438
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I have addressed the validation failures by registering the new ComputeURLMap resource as a direct controller while keeping Terraform as the default reconciler. This follows the standard KCC migration pattern, ensuring no breakage for existing users while enabling the new generated types and supporting opt-in testing for the direct controller. Key changes:
|
|
I have addressed the validation failures by registering the new ComputeURLMap resource as a direct controller while keeping Terraform as the default reconciler. This follows the standard KCC migration pattern, ensuring no breakage for existing users while enabling the new generated types and supporting opt-in testing for the direct controller. Key changes:
|
Migrate the ComputeURLMap resource to use the Direct controller architecture.
This PR adds the generated types, identity, and reference for ComputeURLMap in the compute v1beta1 API. It also updates the generate.sh script and generates the initial mappers.
Key changes:
Fixes #6438
This PR was generated by the gemini-3-flash-preview model.