Skip to content

Commit 6bdb721

Browse files
committed
Added couchbase.offline to operator types
Signed-off-by: Elliot Scribner <elliot.scribner@couchbase.com>
1 parent 9ef4fd2 commit 6bdb721

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

infra/feast-operator/api/v1alpha1/featurestore_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ var ValidOfflineStoreFilePersistenceTypes = []string{
115115
// OfflineStoreDBStorePersistence configures the DB store persistence for the offline store service
116116
type OfflineStoreDBStorePersistence struct {
117117
// Type of the persistence type you want to use.
118-
// +kubebuilder:validation:Enum=snowflake.offline;bigquery;redshift;spark;postgres;trino;athena;mssql
118+
// +kubebuilder:validation:Enum=snowflake.offline;bigquery;redshift;spark;postgres;trino;athena;mssql;couchbase.offline
119119
Type string `json:"type"`
120120
// Data store parameters should be placed as-is from the "feature_store.yaml" under the secret key. "registry_type" & "type" fields should be removed.
121121
SecretRef corev1.LocalObjectReference `json:"secretRef"`
@@ -132,6 +132,7 @@ var ValidOfflineStoreDBStorePersistenceTypes = []string{
132132
"trino",
133133
"athena",
134134
"mssql",
135+
"couchbase.offline"
135136
}
136137

137138
// OnlineStore configures the online store service

infra/feast-operator/bundle/manifests/feast.dev_featurestores.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ spec:
252252
- trino
253253
- athena
254254
- mssql
255+
- couchbase.offline
255256
type: string
256257
required:
257258
- secretRef
@@ -3478,6 +3479,7 @@ spec:
34783479
- trino
34793480
- athena
34803481
- mssql
3482+
- couchbase.offline
34813483
type: string
34823484
required:
34833485
- secretRef

infra/feast-operator/config/crd/bases/feast.dev_featurestores.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ spec:
252252
- trino
253253
- athena
254254
- mssql
255+
- couchbase.offline
255256
type: string
256257
required:
257258
- secretRef
@@ -3478,6 +3479,7 @@ spec:
34783479
- trino
34793480
- athena
34803481
- mssql
3482+
- couchbase.offline
34813483
type: string
34823484
required:
34833485
- secretRef

infra/feast-operator/dist/install.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ spec:
260260
- trino
261261
- athena
262262
- mssql
263+
- couchbase.offline
263264
type: string
264265
required:
265266
- secretRef
@@ -3486,6 +3487,7 @@ spec:
34863487
- trino
34873488
- athena
34883489
- mssql
3490+
- couchbase.offline
34893491
type: string
34903492
required:
34913493
- secretRef

0 commit comments

Comments
 (0)