diff --git a/api/v1/search/zz_generated.deepcopy.go b/api/v1/search/zz_generated.deepcopy.go index d18d025f8..fc8712e2b 100644 --- a/api/v1/search/zz_generated.deepcopy.go +++ b/api/v1/search/zz_generated.deepcopy.go @@ -193,6 +193,21 @@ func (in *MongoDBSearchStatus) DeepCopy() *MongoDBSearchStatus { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *MongoDBSearchVersionOption) DeepCopyInto(out *MongoDBSearchVersionOption) { + *out = *in +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MongoDBSearchVersionOption. +func (in *MongoDBSearchVersionOption) DeepCopy() *MongoDBSearchVersionOption { + if in == nil { + return nil + } + out := new(MongoDBSearchVersionOption) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *MongoDBSource) DeepCopyInto(out *MongoDBSource) { *out = *in diff --git a/config/crd/bases/mongodb.com_mongodbsearch.yaml b/config/crd/bases/mongodb.com_mongodbsearch.yaml index 15153ba25..0e0884f6f 100644 --- a/config/crd/bases/mongodb.com_mongodbsearch.yaml +++ b/config/crd/bases/mongodb.com_mongodbsearch.yaml @@ -21,6 +21,10 @@ spec: jsonPath: .status.phase name: Phase type: string + - description: MongoDB Search version reconciled by the operator. + jsonPath: .status.version + name: Version + type: string - description: The time since the MongoDB resource was created. jsonPath: .metadata.creationTimestamp name: Age diff --git a/helm_chart/crds/mongodb.com_mongodbsearch.yaml b/helm_chart/crds/mongodb.com_mongodbsearch.yaml index 15153ba25..0e0884f6f 100644 --- a/helm_chart/crds/mongodb.com_mongodbsearch.yaml +++ b/helm_chart/crds/mongodb.com_mongodbsearch.yaml @@ -21,6 +21,10 @@ spec: jsonPath: .status.phase name: Phase type: string + - description: MongoDB Search version reconciled by the operator. + jsonPath: .status.version + name: Version + type: string - description: The time since the MongoDB resource was created. jsonPath: .metadata.creationTimestamp name: Age diff --git a/public/crds.yaml b/public/crds.yaml index beeaf741d..502bc60cd 100644 --- a/public/crds.yaml +++ b/public/crds.yaml @@ -4043,6 +4043,10 @@ spec: jsonPath: .status.phase name: Phase type: string + - description: MongoDB Search version reconciled by the operator. + jsonPath: .status.version + name: Version + type: string - description: The time since the MongoDB resource was created. jsonPath: .metadata.creationTimestamp name: Age