Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions api/v1/search/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions config/crd/bases/mongodb.com_mongodbsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions helm_chart/crds/mongodb.com_mongodbsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions public/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down