File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ type GitCloneOptions struct {
105
105
type FeastInitOptions struct {
106
106
Minimal bool `json:"minimal,omitempty"`
107
107
// Template for the created project
108
- // +kubebuilder:validation:Enum=local;gcp;aws;snowflake;spark;postgres;hbase;cassandra;hazelcast;ikv;couchbase
108
+ // +kubebuilder:validation:Enum=local;gcp;aws;snowflake;spark;postgres;hbase;cassandra;hazelcast;ikv;couchbase;clickhouse
109
109
Template string `json:"template,omitempty"`
110
110
}
111
111
@@ -315,7 +315,7 @@ var ValidOfflineStoreFilePersistenceTypes = []string{
315
315
// OfflineStoreDBStorePersistence configures the DB store persistence for the offline store service
316
316
type OfflineStoreDBStorePersistence struct {
317
317
// Type of the persistence type you want to use.
318
- // +kubebuilder:validation:Enum=snowflake.offline;bigquery;redshift;spark;postgres;trino;athena;mssql;couchbase.offline
318
+ // +kubebuilder:validation:Enum=snowflake.offline;bigquery;redshift;spark;postgres;trino;athena;mssql;couchbase.offline;clickhouse
319
319
Type string `json:"type"`
320
320
// Data store parameters should be placed as-is from the "feature_store.yaml" under the secret key. "registry_type" & "type" fields should be removed.
321
321
SecretRef corev1.LocalObjectReference `json:"secretRef"`
@@ -333,6 +333,7 @@ var ValidOfflineStoreDBStorePersistenceTypes = []string{
333
333
"athena" ,
334
334
"mssql" ,
335
335
"couchbase.offline" ,
336
+ "clickhouse" ,
336
337
}
337
338
338
339
// OnlineStore configures the online store service
Original file line number Diff line number Diff line change @@ -668,6 +668,7 @@ spec:
668
668
- hazelcast
669
669
- ikv
670
670
- couchbase
671
+ - clickhouse
671
672
type : string
672
673
type : object
673
674
type : object
@@ -840,6 +841,7 @@ spec:
840
841
- athena
841
842
- mssql
842
843
- couchbase.offline
844
+ - clickhouse
843
845
type : string
844
846
required :
845
847
- secretRef
@@ -4618,6 +4620,7 @@ spec:
4618
4620
- hazelcast
4619
4621
- ikv
4620
4622
- couchbase
4623
+ - clickhouse
4621
4624
type : string
4622
4625
type : object
4623
4626
type : object
@@ -4792,6 +4795,7 @@ spec:
4792
4795
- athena
4793
4796
- mssql
4794
4797
- couchbase.offline
4798
+ - clickhouse
4795
4799
type : string
4796
4800
required :
4797
4801
- secretRef
Original file line number Diff line number Diff line change @@ -676,6 +676,7 @@ spec:
676
676
- hazelcast
677
677
- ikv
678
678
- couchbase
679
+ - clickhouse
679
680
type : string
680
681
type : object
681
682
type : object
@@ -848,6 +849,7 @@ spec:
848
849
- athena
849
850
- mssql
850
851
- couchbase.offline
852
+ - clickhouse
851
853
type : string
852
854
required :
853
855
- secretRef
@@ -4626,6 +4628,7 @@ spec:
4626
4628
- hazelcast
4627
4629
- ikv
4628
4630
- couchbase
4631
+ - clickhouse
4629
4632
type : string
4630
4633
type : object
4631
4634
type : object
@@ -4800,6 +4803,7 @@ spec:
4800
4803
- athena
4801
4804
- mssql
4802
4805
- couchbase.offline
4806
+ - clickhouse
4803
4807
type : string
4804
4808
required :
4805
4809
- secretRef
You can’t perform that action at this time.
0 commit comments