File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ type FeatureStoreServices struct {
8585 Volumes []corev1.Volume `json:"volumes,omitempty"`
8686}
8787
88- // OfflineStore configures the deployed offline store service
88+ // OfflineStore configures the offline store service
8989type OfflineStore struct {
9090 // Creates a remote offline server container
9191 Server * ServerConfigs `json:"server,omitempty"`
@@ -134,7 +134,7 @@ var ValidOfflineStoreDBStorePersistenceTypes = []string{
134134 "mssql" ,
135135}
136136
137- // OnlineStore configures the deployed online store service
137+ // OnlineStore configures the online store service
138138type OnlineStore struct {
139139 // Creates a feature server container
140140 Server * ServerConfigs `json:"server,omitempty"`
@@ -187,7 +187,7 @@ var ValidOnlineStoreDBStorePersistenceTypes = []string{
187187 "milvus" ,
188188}
189189
190- // LocalRegistryConfig configures the deployed registry service
190+ // LocalRegistryConfig configures the registry service
191191type LocalRegistryConfig struct {
192192 // Creates a registry server container
193193 Server * ServerConfigs `json:"server,omitempty"`
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ Important note: the operator cannot ensure that these roles will match the ones
173173
174174
175175
176- LocalRegistryConfig configures the deployed registry service
176+ LocalRegistryConfig configures the registry service
177177
178178_ Appears in:_
179179- [ Registry] ( #registry )
@@ -188,7 +188,7 @@ _Appears in:_
188188
189189
190190
191- OfflineStore configures the deployed offline store service
191+ OfflineStore configures the offline store service
192192
193193_ Appears in:_
194194- [ FeatureStoreServices] ( #featurestoreservices )
@@ -264,7 +264,7 @@ _Appears in:_
264264
265265
266266
267- OnlineStore configures the deployed online store service
267+ OnlineStore configures the online store service
268268
269269_ Appears in:_
270270- [ FeatureStoreServices] ( #featurestoreservices )
You can’t perform that action at this time.
0 commit comments