ai:chore: Implement direct types for: AgentRegistryBinding#11386
ai:chore: Implement direct types for: AgentRegistryBinding#11386ada-coder-bot wants to merge 2 commits into
Conversation
|
[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 |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
238b88b to
03a4aaa
Compare
Investigating unit-tests failureRun: 28831142283 Investigating unit-tests-operator failureRun: 28831142283 Investigating validate-generated-files and validations failuresRun: 28831142283 & 28831142261
(This report was generated by overseer) |
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
03a4aaa to
f2a2118
Compare
|
🤖 AI Factory started investigating CI check failures for this pull request. |
1 similar comment
|
🤖 AI Factory started investigating CI check failures for this pull request. |
f2a2118 to
26de747
Compare
Investigating unit-tests / run-linters / golangci-lint / validations / capture-pprof failuresRun: 28837519166
Action Taken:
(This report was generated by overseer) |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
26de747 to
3087a53
Compare
Investigating validate-generated-files failureRun: 28886762026 Investigating validations failureRun: 28886761987 Investigating unit-tests failureRun: 28886762026
(This report was generated by overseer) |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
3087a53 to
55f1b9d
Compare
|
🤖 AI Factory started investigating CI check failures for this pull request. |
55f1b9d to
5b26462
Compare
Investigating validate-generated-files failureRun: 28908470663 Investigating validations failureRun: 28908470620 Investigating tests-e2e-fixtures-sql failureRun: 28908470663 Investigating tests-e2e-fixtures-firestore failureRun: 28908470663 Investigating tests-e2e-fixtures-aiplatform failureRun: 28908470663 Investigating tests-e2e-fixtures-dataplex failureRun: 28908470663 (This report was generated by overseer) |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
5b26462 to
7174e62
Compare
Investigating validations failureRun: 28923497720 Investigating validate-generated-files failureRun: 28923497716 Investigating tests-e2e-fixtures failureRun: 28923497716 Investigating tests-scenarios-unclassified failureRun: 28923497716 (This report was generated by overseer) |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
1 similar comment
|
🤖 AI Factory started investigating CI check failures for this pull request. |
02c3ccb to
5a07252
Compare
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
5a07252 to
a8204da
Compare
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
1 similar comment
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
a8204da to
9d05563
Compare
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
1 similar comment
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
b7f4ec8 to
c21a0b2
Compare
|
🤖 AI Factory started investigating CI check failures for this pull request. |
2 similar comments
|
🤖 AI Factory started investigating CI check failures for this pull request. |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
|
🤖 AI Factory has attempted to investigate/fix CI check failures for this pull request 3 times since the last commit or update without success. To prevent infinite loops, I am pausing automated investigation and attaching the To request another attempt or resume automated processing, please remove the |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
c21a0b2 to
c0e2463
Compare
Investigating validations failureRun: 29169950065 Investigating validate-generated-files failureRun: 29169950081 Investigating presubmit-gatekeeper failureRun: 29169950081 (This report was generated by overseer) |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
Implementing the initial KRM types, CRD, and IdentityV2 for the AgentRegistryBinding resource using the direct approach. Fixes: GoogleCloudPlatform#11271
c0e2463 to
7817bad
Compare
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
1 similar comment
|
🤖 AI Factory started resolving merge conflicts / rebasing this pull request in a sandbox. |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
2 similar comments
|
🤖 AI Factory started investigating CI check failures for this pull request. |
|
🤖 AI Factory started investigating CI check failures for this pull request. |
|
🤖 AI Factory has attempted to investigate/fix CI check failures for this pull request 3 times since the last commit or update without success. To prevent infinite loops, I am pausing automated investigation and attaching the To request another attempt or resume automated processing, please remove the |
Implementing the initial KRM types, CRD, and IdentityV2 for the
AgentRegistryBindingresource using the direct approach (Greenfield Phase 1).Proposed Changes
apis/agentregistry/v1alpha1with standard group configuration and code generation scripts.apis/git.versionsto pull in theagentregistryservice protobuf definitions.apis/agentregistry/v1alpha1/agentregistrybinding_types.gomatching theBindingspec.AgentRegistryBindingIdentityunderapis/agentregistry/v1alpha1/agentregistrybinding_identity.goto handle URL resolution.No controller logic or mappers are included, as this PR focuses solely on types and identity setup.
This PR was generated by the overseer,overseer,priority/medium,area/direct,step/gen-types,greenfield,chore/ai agent (powered by the gemini-3.5-flash model).
Ref: .agents/greenfield-direct-new-resource-types.md
Fixes #11271