You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLOUDP-312564: MongoDB Search - Public Preview (#425)
# Summary
This PR contains all the changes related to the operator and e2e tests
from the search's main feature branch.
## Proof of Work
<!-- Enter your proof that it works here.-->
## Checklist
- [ ] Have you linked a jira ticket and/or is the ticket in the title?
- [ ] Have you checked whether your jira ticket required DOCSP changes?
- [ ] Have you added changelog file?
- use `skip-changelog` label if not needed
- refer to [Changelog files and Release
Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes)
section in CONTRIBUTING.md for more details
---------
Co-authored-by: Anand Singh <anand.singh@mongodb.com>
Co-authored-by: Yavor Georgiev <fealebenpae@users.noreply.github.com>
Co-authored-by: Vivek Singh <vsingh.ggits.2010@gmail.com>
Co-authored-by: Yavor Georgiev <yavor.georgiev@mongodb.com>
// Optional version of MongoDB Search component (mongot). If not set, then the operator will set the most appropriate version of MongoDB Search.
26
31
// +optional
27
32
Versionstring`json:"version"`
33
+
// MongoDB database connection details from which MongoDB Search will synchronize data to build indexes.
28
34
// +optional
29
35
Source*MongoDBSource`json:"source"`
36
+
// StatefulSetSpec which the operator will apply to the MongoDB Search StatefulSet at the end of the reconcile loop. Use to provide necessary customizations,
37
+
// which aren't exposed as fields in the MongoDBSearch.spec.
0 commit comments