Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DiscoveryEngineEngine controller #3400

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

justinsb
Copy link
Collaborator

@justinsb justinsb commented Dec 17, 2024

We create the controller, a test and the mocks. I guess we could split out the mocks into their own PR, but this feels like a reasonable "chunk"

Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from justinsb. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@justinsb justinsb force-pushed the discoveryengineengine_controller branch 5 times, most recently from ba90e2d to 05dc18f Compare December 18, 2024 01:25
@justinsb
Copy link
Collaborator Author

We also use the common functions to resolve references (the last commit), cc @yuwenma

@justinsb justinsb force-pushed the discoveryengineengine_controller branch from 05dc18f to 71536d5 Compare December 18, 2024 01:27
@justinsb justinsb force-pushed the discoveryengineengine_controller branch from 71536d5 to e084674 Compare December 18, 2024 01:57
@justinsb justinsb changed the title WIP: DiscoveryEngineEngine controller DiscoveryEngineEngine controller Dec 18, 2024
@justinsb
Copy link
Collaborator Author

/assign @yuwenma

@@ -65,7 +68,16 @@ func DiscoveryEngineEngineSpec_FromProto(mapCtx *direct.MapContext, in *pb.Engin
out.DisableAnalytics = direct.LazyPtr(in.GetDisableAnalytics())

for _, dataStoreID := range in.DataStoreIds {
out.DataStoreRefs = append(out.DataStoreRefs, &krm.DiscoveryEngineDataStoreRef{External: dataStoreID})
tokens := strings.Split(in.Name, "/")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This (and the similar function below) is the trickiest thing in this PR, IMO. The GCP API expects only the data_store_id, and implicitly resolves the project / location / collection because (I guess) we can't go across projects / locations / collections.

@justinsb justinsb force-pushed the discoveryengineengine_controller branch from e084674 to 85c0f34 Compare December 18, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants