You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// StorageVendorConfig defines Postgres database with extensions for timeseries storage and other resource aggregation results, system events and diagnostics reports etc.
183
-
typeStorageVendorConfigstruct {
184
-
Modestring`json:"mode,omitempty"`// Mode of the storage vendor (e.g., cloudnative-pg, timescale-db, RDS for PG).
185
-
Imagestring`json:"image,omitempty"`// Image for the storage vendor (default to timescale).
186
-
187
-
// +optional
188
-
InstallCloudNativePGOperator*bool`json:"installCloudNativePGOperator,omitempty"`// Whether to install CloudNative-PG operator.
189
-
190
-
StorageClassstring`json:"storageClass,omitempty"`// Storage class for the storage vendor.
191
-
PGExtensions []string`json:"pgExtensions,omitempty"`// List of PostgreSQL extensions to install.
192
-
PGClusterTemplate runtime.RawExtension`json:"pgClusterTemplate,omitempty"`// Extra spec for the PostgreSQL cluster template.
193
-
}
194
-
195
-
// DataPipelinesConfig defines the aggregation jobs that can make statistics on the data and then report to cloud if configured.
0 commit comments