Skip to content

Commit f11e412

Browse files
committed
Document the dev: configs
This change documents the available configurations under the dev: section. The dev: section is an experimental section that is used by developers only therefore it's been documented in code only. This change is a follow up on the original OKP enablement PR #110. Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
1 parent cec0d98 commit f11e412

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

api/v1beta1/openstacklightspeed_types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ const (
5252

5353
// DevSpec is the internal structure for the Dev field. Not exposed in the CRD.
5454
// May change at any time without backward compatibility.
55+
//
56+
// Supported fields:
57+
// - featureFlags: list of experimental feature flags to enable (e.g. ["okp"])
58+
// - okpChunkFilterQuery: Solr filter query for OKP searches (default: "product:(*openstack* OR *openshift*)")
59+
// - okpRagOnly: when true, only OKP is used as a RAG source (default: false)
5560
type DevSpec struct {
5661
FeatureFlags []string `json:"featureFlags,omitempty"`
5762
OKPChunkFilterQuery string `json:"okpChunkFilterQuery,omitempty"`

0 commit comments

Comments
 (0)